Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
a6e0c995
Commit
a6e0c995
authored
Oct 02, 2012
by
Sébastien Toque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix line ending
parent
bfd2003d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
30 deletions
+30
-30
vlc-android/res/layout/audio_browser_item.xml
vlc-android/res/layout/audio_browser_item.xml
+30
-30
No files found.
vlc-android/res/layout/audio_browser_item.xml
View file @
a6e0c995
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:id=
"@+id/layout_item"
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:gravity=
"center_vertical"
android:orientation=
"vertical"
>
<TextView
android:id=
"@+id/title"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"5dip"
android:layout_marginRight=
"5dip"
android:layout_marginTop=
"5dip"
android:text=
"@string/title"
android:textColor=
"@color/list_title"
android:textSize=
"20dip"
/>
<TextView
android:id=
"@+id/artist"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"5dip"
android:layout_marginRight=
"5dip"
android:layout_marginBottom=
"5dip"
android:text=
"@string/artist"
android:textColor=
"@color/list_subtitle"
android:textSize=
"14dip"
/>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:id=
"@+id/layout_item"
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:gravity=
"center_vertical"
android:orientation=
"vertical"
>
<TextView
android:id=
"@+id/title"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"5dip"
android:layout_marginRight=
"5dip"
android:layout_marginTop=
"5dip"
android:text=
"@string/title"
android:textColor=
"@color/list_title"
android:textSize=
"20dip"
/>
<TextView
android:id=
"@+id/artist"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"5dip"
android:layout_marginRight=
"5dip"
android:layout_marginBottom=
"5dip"
android:text=
"@string/artist"
android:textColor=
"@color/list_subtitle"
android:textSize=
"14dip"
/>
</LinearLayout>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment