mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Fix grey button icons, that seems like disabled icons
This commit is contained in:
parent
3472854a87
commit
4b78d13568
1 changed files with 4 additions and 4 deletions
|
|
@ -106,13 +106,13 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
app:fabSize="mini"
|
app:fabSize="mini"
|
||||||
android:visibility="invisible"
|
android:visibility="invisible"
|
||||||
app:backgroundTint="@color/button_blue"
|
app:backgroundTint="@color/main_background_light"
|
||||||
app:elevation="6dp"
|
app:elevation="6dp"
|
||||||
app:pressedTranslationZ="12dp"
|
app:pressedTranslationZ="12dp"
|
||||||
app:layout_anchor="@id/empty_view1"
|
app:layout_anchor="@id/empty_view1"
|
||||||
app:layout_anchorGravity="center_horizontal"
|
app:layout_anchorGravity="center_horizontal"
|
||||||
app:srcCompat="@drawable/ic_photo_camera_white_24dp"
|
app:srcCompat="@drawable/ic_photo_camera_white_24dp"
|
||||||
android:tint="@color/button_background_dark"
|
android:tint="@color/button_blue"
|
||||||
android:scaleType="center"/>
|
android:scaleType="center"/>
|
||||||
<android.support.design.widget.FloatingActionButton
|
<android.support.design.widget.FloatingActionButton
|
||||||
android:id="@+id/fab_galery"
|
android:id="@+id/fab_galery"
|
||||||
|
|
@ -120,13 +120,13 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
app:fabSize="mini"
|
app:fabSize="mini"
|
||||||
android:visibility="invisible"
|
android:visibility="invisible"
|
||||||
app:backgroundTint="@color/button_blue"
|
app:backgroundTint="@color/main_background_light"
|
||||||
app:elevation="6dp"
|
app:elevation="6dp"
|
||||||
app:pressedTranslationZ="12dp"
|
app:pressedTranslationZ="12dp"
|
||||||
app:layout_anchor="@id/empty_view2"
|
app:layout_anchor="@id/empty_view2"
|
||||||
app:layout_anchorGravity="center_horizontal"
|
app:layout_anchorGravity="center_horizontal"
|
||||||
app:srcCompat="@drawable/ic_photo_white_24dp"
|
app:srcCompat="@drawable/ic_photo_white_24dp"
|
||||||
android:tint="@color/button_background_dark"
|
android:tint="@color/button_blue"
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue