aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/filesystem_info_dialog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/filesystem_info_dialog.xml')
-rw-r--r--res/layout/filesystem_info_dialog.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/layout/filesystem_info_dialog.xml b/res/layout/filesystem_info_dialog.xml
index 4b51232b..07303394 100644
--- a/res/layout/filesystem_info_dialog.xml
+++ b/res/layout/filesystem_info_dialog.xml
@@ -351,4 +351,19 @@
</TableLayout>
</LinearLayout>
+ <GridLayout
+ android:id="@+id/ll_legend"
+ android:gravity="center"
+ android:layout_centerHorizontal="true"
+ android:visibility="invisible"
+ android:layout_below="@id/filesystem_tab_diskusage"
+ android:orientation="horizontal"
+ android:columnCount="4"
+ android:columnOrderPreserved="true"
+ android:rowOrderPreserved="true"
+ android:useDefaultMargins="true"
+ android:padding="@dimen/legend_padding"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"/>
+
</RelativeLayout>