Restore fab colors in key list
This commit is contained in:
@@ -61,8 +61,8 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
fab:fab_icon="@drawable/ic_qrcode_white_24dp"
|
fab:fab_icon="@drawable/ic_qrcode_white_24dp"
|
||||||
fab:fab_colorNormal="?attr/colorFab"
|
fab:fab_colorNormal="?attr/colorPrimary"
|
||||||
fab:fab_colorPressed="?attr/colorFabPressed"
|
fab:fab_colorPressed="?attr/colorPrimaryDark"
|
||||||
fab:fab_title="Scan QR Code"
|
fab:fab_title="Scan QR Code"
|
||||||
fab:fab_size="mini" />
|
fab:fab_size="mini" />
|
||||||
|
|
||||||
@@ -71,8 +71,8 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
fab:fab_icon="@drawable/ic_cloud_search_24dp"
|
fab:fab_icon="@drawable/ic_cloud_search_24dp"
|
||||||
fab:fab_colorNormal="?attr/colorFab"
|
fab:fab_colorNormal="?attr/colorPrimary"
|
||||||
fab:fab_colorPressed="?attr/colorFabPressed"
|
fab:fab_colorPressed="?attr/colorPrimaryDark"
|
||||||
fab:fab_title="Search Cloud"
|
fab:fab_title="Search Cloud"
|
||||||
fab:fab_size="mini" />
|
fab:fab_size="mini" />
|
||||||
|
|
||||||
@@ -81,8 +81,8 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
fab:fab_icon="@drawable/ic_folder_white_24dp"
|
fab:fab_icon="@drawable/ic_folder_white_24dp"
|
||||||
fab:fab_colorNormal="?attr/colorFab"
|
fab:fab_colorNormal="?attr/colorPrimary"
|
||||||
fab:fab_colorPressed="?attr/colorFabPressed"
|
fab:fab_colorPressed="?attr/colorPrimaryDark"
|
||||||
fab:fab_title="Import from File"
|
fab:fab_title="Import from File"
|
||||||
fab:fab_size="mini" />
|
fab:fab_size="mini" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user