summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-02-04 17:35:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-02-04 17:35:29 +0000
commit0f010049bb2acb27e293022b8b3112f9f296138a (patch)
treee86fb2ade9918589863da387dcab26ee1c1fc23b /res
parentc5a55e5d6b91faf7ece0030f9d1d0d172924c957 (diff)
parentae6302b51b1f03ddd4865539b071ba2a661b977f (diff)
Merge "Convert unnecessary RelativeLayout to FrameLayout"
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>