1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-14 08:21:35 +00:00

Fix comments input color in dark black theme. Fixes austinhuang0131/barinsta#1062

This commit is contained in:
Ammar Githam 2021-04-29 00:14:12 +09:00
parent 6df5bc056c
commit c0fb6e3a50
4 changed files with 21 additions and 17 deletions

View file

@ -31,7 +31,8 @@
app:counterMaxLength="2200"
app:endIconDrawable="@drawable/ic_round_send_24"
app:endIconMode="custom"
app:startIconDrawable="@drawable/ic_close_24">
app:startIconDrawable="@drawable/ic_close_24"
tools:visibility="visible">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/commentText"
@ -41,7 +42,8 @@
android:inputType="textMultiLine"
android:maxLength="2200"
android:maxLines="10"
android:scrollHorizontally="false" />
android:scrollHorizontally="false"
tools:text="test" />
</com.google.android.material.textfield.TextInputLayout>
</androidx.appcompat.widget.LinearLayoutCompat>