Dark mode buttons invisible text fix
This commit is contained in:
parent
178cf2ce9b
commit
ea08f420a7
4 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"/>
|
||||
|
||||
|
|
|
@ -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"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue