Apps tabs align to title on 2-pane settings.
Pad the lists in Apps screen. Pad the color bar to align with the list. Bug: 6449489 Change-Id: I28c39e2aae04a1fe36c6b7dc447ae19da575edaf
This commit is contained in:
@@ -49,7 +49,9 @@
|
||||
android:paddingTop="30dp"
|
||||
android:paddingLeft="4dp"
|
||||
android:paddingRight="4dp"
|
||||
android:paddingBottom="1dp">
|
||||
android:paddingBottom="1dp"
|
||||
android:layout_marginLeft="@*android:dimen/preference_fragment_padding_side"
|
||||
android:layout_marginRight="@*android:dimen/preference_fragment_padding_side">
|
||||
<TextView android:id="@+id/usedStorageText"
|
||||
android:layout_width="0px"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -91,6 +93,8 @@
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginLeft="@*android:dimen/preference_fragment_padding_side"
|
||||
android:layout_marginRight="@*android:dimen/preference_fragment_padding_side"
|
||||
android:visibility="gone"
|
||||
android:gravity="center">
|
||||
|
||||
|
@@ -27,9 +27,10 @@
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<include layout="@layout/tab_widget" />
|
||||
android:layout_height="match_parent"
|
||||
>
|
||||
|
||||
<include layout="@layout/tab_widget"/>
|
||||
|
||||
<FrameLayout
|
||||
android:id="@android:id/tabcontent"
|
||||
|
@@ -26,7 +26,10 @@
|
||||
<ListView android:id="@android:id/list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingLeft="@*android:dimen/preference_fragment_padding_side"
|
||||
android:paddingRight="@*android:dimen/preference_fragment_padding_side"
|
||||
android:drawSelectorOnTop="false"
|
||||
android:scrollbarStyle="outsideOverlay"
|
||||
android:fastScrollEnabled="true" />
|
||||
<TextView android:id="@android:id/empty"
|
||||
android:layout_width="match_parent"
|
||||
@@ -46,7 +49,9 @@
|
||||
android:paddingTop="30dp"
|
||||
android:paddingLeft="4dp"
|
||||
android:paddingRight="4dp"
|
||||
android:paddingBottom="1dp">
|
||||
android:paddingBottom="1dp"
|
||||
android:layout_marginLeft="@*android:dimen/preference_fragment_padding_side"
|
||||
android:layout_marginRight="@*android:dimen/preference_fragment_padding_side">
|
||||
<TextView android:id="@+id/foregroundText"
|
||||
android:layout_width="0px"
|
||||
android:layout_height="wrap_content"
|
||||
|
Reference in New Issue
Block a user