OSDN Git Service

Fixed an RTL overlapping issue in volume settings.
authorPauloftheWest <paulofthewest@google.com>
Tue, 16 Sep 2014 17:29:51 +0000 (10:29 -0700)
committerPauloftheWest <paulofthewest@google.com>
Tue, 16 Sep 2014 17:34:36 +0000 (10:34 -0700)
Bug: 17468763
Change-Id: Iea9b769013e4551f8b523a08a229ed7804b275f5

packages/SystemUI/res/layout/zen_mode_panel.xml

index 14bf10e..bfeac9d 100644 (file)
@@ -40,7 +40,7 @@
             android:clipChildren="false" />
     </FrameLayout>
 
-    <FrameLayout
+    <RelativeLayout
         android:id="@+id/zen_subhead"
         android:layout_width="match_parent"
         android:layout_height="62dp"
             android:id="@+id/zen_more_settings"
             android:layout_width="48dp"
             android:layout_height="48dp"
-            android:layout_gravity="end|center_vertical"
+            android:layout_alignParentEnd="true"
             android:background="@drawable/btn_borderless_rect"
             android:clickable="true"
             android:contentDescription="@null"
             android:scaleType="center"
             android:src="@drawable/ic_settings" />
-    </FrameLayout>
+
+    </RelativeLayout>
 
     <LinearLayout
         android:id="@+id/zen_conditions"