summaryrefslogtreecommitdiffstats
path: root/res/layout/manage_applications_apps.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/manage_applications_apps.xml')
-rw-r--r--res/layout/manage_applications_apps.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/res/layout/manage_applications_apps.xml b/res/layout/manage_applications_apps.xml
index ce2b6c6..5bfdb69 100644
--- a/res/layout/manage_applications_apps.xml
+++ b/res/layout/manage_applications_apps.xml
@@ -39,50 +39,6 @@
android:text="@string/no_applications"
android:textAppearance="?android:attr/textAppearanceLarge" />
</FrameLayout>
- <!-- Force layout direction to LTR for now as we want the text to be at the same position in
- any Locale included the RTL ones. Will need to fix LinearColorBar RTL support later.
- Please also note the left/right gravities that would also need to be changed for proper
- RTL support -->
- <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"
- android:orientation="horizontal"
- android:clipChildren="false"
- android:clipToPadding="false"
- android:paddingTop="30dp"
- android:paddingBottom="1dp"
- android:layoutDirection="ltr">
- <TextView android:id="@+id/usedStorageText"
- android:layout_width="0px"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="left"
- android:textAppearance="?android:attr/textAppearanceSmallInverse"
- android:textColor="#000"
- android:singleLine="true" />
- <TextView android:id="@+id/storageChartLabel"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="0"
- android:layout_marginTop="-20dp"
- android:textAppearance="?android:attr/textAppearanceSmallInverse"
- android:textColor="?android:attr/textColorPrimary"
- android:singleLine="true"
- android:text="@string/internal_storage" />
- <TextView android:id="@+id/freeStorageText"
- android:layout_gravity="center_vertical|end"
- android:layout_width="0px"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceSmallInverse"
- android:textColor="#000"
- android:singleLine="true" />
- </view>
</LinearLayout>
<LinearLayout android:id="@+id/loading_container"