Skip to content

Commit 8807629

Browse files
author
Oliver
committed
ui for video play done. lack file info browse
1 parent 4f7c776 commit 8807629

32 files changed

+2046
-217
lines changed

AndroidManifest.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@
1010
android:icon="@drawable/ic_launcher"
1111
android:label="@string/app_name" >
1212
<activity
13-
android:name=".PlayerActivity"
13+
android:name=".UIActivity"
1414
android:label="@string/app_name" >
1515
<intent-filter>
1616
<action android:name="android.intent.action.MAIN" />
1717

1818
<category android:name="android.intent.category.LAUNCHER" />
1919
</intent-filter>
2020
</activity>
21+
22+
<activity
23+
android:name=".PlayerActivity" >
24+
</activity>
2125
</application>
2226

2327
</manifest>

bin/Player.apk

4.56 KB
Binary file not shown.

bin/classes.dex

5.02 KB
Binary file not shown.

bin/classes/sysu/ss/xu/FFmpeg.class

491 Bytes
Binary file not shown.
1.34 KB
Binary file not shown.
3.21 KB
Binary file not shown.
Binary file not shown.
-342 Bytes
Binary file not shown.

bin/classes/sysu/ss/xu/R$id.class

498 Bytes
Binary file not shown.

bin/classes/sysu/ss/xu/R$layout.class

58 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)