Improved FAB and added translation for showcase button

This commit is contained in:
2017-08-14 19:51:16 +02:00
parent 4622ad68f0
commit 625848bd9d
6 changed files with 42 additions and 15 deletions

View File

@ -29,7 +29,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:fab_useTouchGuard="true"
app:fab_miniFabTextBackground="@color/colorAccent"
app:fab_miniFabTextColor="@color/colorPrimaryDarkText" />
android:elevation="4dp"
app:fab_miniFabTextBackground="@drawable/mini_fab_text_background"
app:fab_miniFabTextColor="@color/colorPrimaryDarkText"
tools:ignore="UnusedAttribute" />
</RelativeLayout>

View File

@ -3,7 +3,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/material_showcase_button_bg"
android:text="Got it"
android:text="@string/got_it"
android:textAllCaps="true"
android:textColor="@android:color/white"
android:textSize="13sp"