summaryrefslogtreecommitdiff
path: root/gst-sdk/tutorials/android-tutorial-5
diff options
context:
space:
mode:
authorXavi Artigas <xartigas@fluendo.com>2012-11-06 18:16:36 +0100
committerXavi Artigas <xartigas@fluendo.com>2012-11-06 18:16:36 +0100
commitfda10a9006ddc0e658b1e1979851282f14a1b3d3 (patch)
tree248ce6ef06cb8a3faf6c95b408166fc50daded7f /gst-sdk/tutorials/android-tutorial-5
parentc9073a18e930d461a1cf3e8290c2feedf61c8af4 (diff)
Android format of XML
Diffstat (limited to 'gst-sdk/tutorials/android-tutorial-5')
-rw-r--r--gst-sdk/tutorials/android-tutorial-5/res/layout/file_dialog_row.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-sdk/tutorials/android-tutorial-5/res/layout/file_dialog_row.xml b/gst-sdk/tutorials/android-tutorial-5/res/layout/file_dialog_row.xml
index 030ed18..33b8ea8 100644
--- a/gst-sdk/tutorials/android-tutorial-5/res/layout/file_dialog_row.xml
+++ b/gst-sdk/tutorials/android-tutorial-5/res/layout/file_dialog_row.xml
@@ -15,10 +15,10 @@
android:layout_height="36dp"
android:layout_weight="1"
android:ellipsize="marquee"
- android:marqueeRepeatLimit="marquee_forever"
android:gravity="center_vertical"
- android:singleLine="true"
+ android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
+ android:singleLine="true"
android:textSize="23dp" />
</LinearLayout> \ No newline at end of file