Private
Public Access
1
0

Start of basic track listing. Still needs some work in what is displayed both content and style. Still can't figure out why shared content isn't working like I expect.

This commit is contained in:
Kevin Whitaker
2015-11-27 12:40:16 -05:00
parent f704f9958d
commit 9baf55660b
8 changed files with 223 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:id="@+id/track_name"/>
</LinearLayout>