summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-02-03 16:33:46 -0800
committerYorke Lee <yorkelee@google.com>2015-02-03 16:40:44 -0800
commitae6302b51b1f03ddd4865539b071ba2a661b977f (patch)
tree6e13065590ea82b0ae0fcc753f065774fb6fadcb /res
parent8c01471f7e173d2fea84b047087289943193b531 (diff)
Convert unnecessary RelativeLayout to FrameLayout
Change-Id: I8b68eadf13f581d10b92ae58eb78d04f31a6ff60
Diffstat (limited to 'res')
-rw-r--r--res/layout/speed_dial_fragment.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/res/layout/speed_dial_fragment.xml b/res/layout/speed_dial_fragment.xml
index 58a7b2410..18820497e 100644
--- a/res/layout/speed_dial_fragment.xml
+++ b/res/layout/speed_dial_fragment.xml
@@ -14,13 +14,10 @@
limitations under the License.
-->
-<!-- Use LinearLayout + FrameLayout, just to rely on android:divider and android:showDividers -->
-<RelativeLayout
+<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:divider="?android:attr/dividerHorizontal"
- android:showDividers="end"
android:clipChildren="false">
<FrameLayout
@@ -51,4 +48,4 @@
layout="@layout/empty_list_view"
android:visibility="gone"/>
-</RelativeLayout>
+</FrameLayout>