Light icon buttons are colour background with white text again. It just looks nice.

This commit is contained in:
Vavassor 2017-03-30 19:23:43 -04:00
commit eed3f2d899
7 changed files with 4 additions and 15 deletions

View file

@ -127,7 +127,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:text="@string/action_send" />
android:text="@string/action_send"
android:textColor="@android:color/white" />
</LinearLayout>
</LinearLayout>

View file

@ -37,6 +37,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:elevation="0dp"
android:textColor="@android:color/white"
android:text="@string/action_login" />
<TextView