From 34b3398b26d9b4b9748d89705993dcd62697fbe4 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Tue, 6 Nov 2012 17:36:51 +0100 Subject: [PATCH] Simplify file chooser row layout and allow showing file names longer than the text view. --- .../res/layout/file_dialog_row.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 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 6e52625d0d..030ed18fc7 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 @@ -1,23 +1,24 @@ - + android:layout_height="wrap_content" > - \ No newline at end of file + \ No newline at end of file