Dark mode buttons invisible text fix

This commit is contained in:
Sylvain Berfini 2019-03-22 16:17:40 +01:00
parent 178cf2ce9b
commit ea08f420a7
4 changed files with 6 additions and 0 deletions

View file

@ -84,6 +84,7 @@
android:layout_height="40dp"
android:layout_weight="1"
android:background="@drawable/resizable_assistant_button"
android:textColor="@drawable/assistant_button_text_color"
android:text="@string/select_your_country" />
<LinearLayout

View file

@ -52,6 +52,7 @@
android:layout_marginTop="15dp"
android:layout_weight="1"
android:background="@drawable/resizable_assistant_button"
android:textColor="@drawable/assistant_button_text_color"
android:text="@string/select_your_country" />
<LinearLayout
@ -194,6 +195,7 @@
android:layout_height="wrap_content"
android:layout_gravity="right"
android:maxLines="1" />
</LinearLayout>
</TableRow>
@ -225,6 +227,7 @@
android:textColor="?attr/primaryTextColor"
android:text="@string/login_with_username"
android:visibility="visible" />
</TableRow>
</TableLayout>

View file

@ -69,6 +69,7 @@
style="@style/button_font"
android:text="@string/select_your_country"
android:background="@drawable/resizable_assistant_button"
android:textColor="@drawable/assistant_button_text_color"
android:layout_width="match_parent"
android:layout_height="40dp"/>

View file

@ -76,6 +76,7 @@
style="@style/button_font"
android:text="@string/select_your_country"
android:background="@drawable/resizable_assistant_button"
android:textColor="@drawable/assistant_button_text_color"
android:layout_width="match_parent"
android:layout_height="40dp"/>