Improved FAB and added translation for showcase button
This commit is contained in:
@ -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>
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user