Merge "Add a divider between the roots selector and files list." into mnc-dev

This commit is contained in:
Ben Kwa
2015-06-09 17:48:29 +00:00
committed by Android (Google) Code Review

View File

@@ -41,7 +41,9 @@
android:layout_height="0dp"
android:layout_weight="1"
android:orientation="horizontal"
android:baselineAligned="false">
android:baselineAligned="false"
android:divider="?android:attr/dividerVertical"
android:showDividers="middle">
<FrameLayout
android:id="@+id/container_roots"