summaryrefslogtreecommitdiffstats
path: root/android/sdremote/res/layout/fragment_computers_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/sdremote/res/layout/fragment_computers_list.xml')
-rw-r--r--android/sdremote/res/layout/fragment_computers_list.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/sdremote/res/layout/fragment_computers_list.xml b/android/sdremote/res/layout/fragment_computers_list.xml
index 03bbbfe44e8f..edc781978dfc 100644
--- a/android/sdremote/res/layout/fragment_computers_list.xml
+++ b/android/sdremote/res/layout/fragment_computers_list.xml
@@ -48,6 +48,15 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
+ <TextView
+ android:id="@+id/text_learn_more"
+ android:text="@string/message_learn_more"
+ android:layout_gravity="center_horizontal"
+ android:visibility="invisible"
+ android:paddingTop="@dimen/padding_vertical_learn_more"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"/>
+
</LinearLayout>
<ListView