Android format of XML
authorXavi Artigas <xartigas@fluendo.com>
Tue, 6 Nov 2012 17:16:36 +0000 (18:16 +0100)
committerXavi Artigas <xartigas@fluendo.com>
Tue, 6 Nov 2012 17:16:36 +0000 (18:16 +0100)
gst-sdk/tutorials/android-tutorial-5/res/layout/file_dialog_row.xml

index 030ed18..33b8ea8 100644 (file)
         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