summaryrefslogtreecommitdiffstats
path: root/res/layout/filmstrip_bottom_controls.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/filmstrip_bottom_controls.xml')
-rw-r--r--res/layout/filmstrip_bottom_controls.xml22
1 files changed, 7 insertions, 15 deletions
diff --git a/res/layout/filmstrip_bottom_controls.xml b/res/layout/filmstrip_bottom_controls.xml
index 1ad07aee9..ef370a327 100644
--- a/res/layout/filmstrip_bottom_controls.xml
+++ b/res/layout/filmstrip_bottom_controls.xml
@@ -26,17 +26,13 @@
<ImageButton
android:id="@+id/filmstrip_bottom_control_edit"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="48dp"
+ android:layout_height="48dp"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
- android:background="@drawable/photopage_bottom_button_background"
- android:paddingBottom="5dp"
- android:paddingLeft="15dp"
- android:paddingRight="15dp"
- android:paddingTop="5dp"
- android:src="@drawable/ic_menu_edit_holo_dark"
+ android:background="?android:attr/selectableItemBackgroundBorderless"
+ android:src="@drawable/ic_menu_edit"
android:visibility="gone" />
<ImageButton
@@ -52,16 +48,12 @@
<ImageButton
android:id="@+id/filmstrip_bottom_control_tiny_planet"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="48dp"
+ android:layout_height="48dp"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
- android:background="@drawable/photopage_bottom_button_background"
- android:paddingBottom="5dp"
- android:paddingLeft="15dp"
- android:paddingRight="15dp"
- android:paddingTop="5dp"
+ android:background="?android:attr/selectableItemBackgroundBorderless"
android:src="@drawable/ic_menu_tiny_planet"
android:visibility="gone" />