Single pane for 10" Settings
Change-Id: I960e4be3cfb19ffec4100f8766742d6fb17dda4a
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipToPadding="false"
|
||||
android:scrollbarStyle="@*android:integer/preference_fragment_scrollbarStyle" />
|
||||
android:scrollbarStyle="@integer/preference_scrollbar_style" />
|
||||
<TextView android:id="@android:id/empty"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
@@ -41,6 +41,8 @@
|
||||
</FrameLayout>
|
||||
<view class="com.android.settings.applications.LinearColorBar"
|
||||
android:id="@+id/storage_color_bar"
|
||||
android:layout_marginStart="@dimen/settings_side_margin"
|
||||
android:layout_marginEnd="@dimen/settings_side_margin"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="-5dp"
|
||||
@@ -48,11 +50,7 @@
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false"
|
||||
android:paddingTop="30dp"
|
||||
android:paddingStart="4dp"
|
||||
android:paddingEnd="4dp"
|
||||
android:paddingBottom="1dp"
|
||||
android:layout_marginStart="@*android:dimen/preference_fragment_padding_side"
|
||||
android:layout_marginEnd="@*android:dimen/preference_fragment_padding_side">
|
||||
android:paddingBottom="1dp">
|
||||
<TextView android:id="@+id/usedStorageText"
|
||||
android:layout_width="0px"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -88,8 +86,6 @@
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginStart="@*android:dimen/preference_fragment_padding_side"
|
||||
android:layout_marginEnd="@*android:dimen/preference_fragment_padding_side"
|
||||
android:visibility="gone"
|
||||
android:gravity="center">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user