Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
48540c2b
authored
Dec 17, 2014
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add icon for demo app.
parent
3a9d08ed
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
2 deletions
demo/src/main/AndroidManifest.xml
demo/src/main/res/drawable-hdpi/ic_launcher.png
demo/src/main/res/drawable-mdpi/ic_launcher.png
demo/src/main/res/drawable-xhdpi/ic_launcher.png
demo/src/main/res/drawable-xxhdpi/ic_launcher.png
demo/src/main/res/drawable-xxxhdpi/ic_launcher.png
demo/src/main/res/layout/player_activity_full.xml
demo/src/main/AndroidManifest.xml
View file @
48540c2b
...
...
@@ -29,6 +29,7 @@
<application
android:label=
"@string/application_name"
android:icon=
"@drawable/ic_launcher"
android:largeHeap=
"true"
android:allowBackup=
"false"
>
...
...
demo/src/main/res/drawable-hdpi/ic_launcher.png
0 → 100644
View file @
48540c2b
2.86 KB
demo/src/main/res/drawable-mdpi/ic_launcher.png
0 → 100644
View file @
48540c2b
1.76 KB
demo/src/main/res/drawable-xhdpi/ic_launcher.png
0 → 100644
View file @
48540c2b
4.08 KB
demo/src/main/res/drawable-xxhdpi/ic_launcher.png
0 → 100644
View file @
48540c2b
6.69 KB
demo/src/main/res/drawable-xxxhdpi/ic_launcher.png
0 → 100644
View file @
48540c2b
9.58 KB
demo/src/main/res/layout/player_activity_full.xml
View file @
48540c2b
...
...
@@ -14,6 +14,7 @@
limitations under the License.
-->
<FrameLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/root"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
...
...
@@ -49,14 +50,16 @@
android:layout_height=
"wrap_content"
android:paddingLeft=
"4dp"
android:paddingRight=
"4dp"
android:textSize=
"10sp"
/>
android:textSize=
"10sp"
tools:ignore=
"SmallSp"
/>
<TextView
android:id=
"@+id/debug_text_view"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:paddingLeft=
"4dp"
android:paddingRight=
"4dp"
android:textSize=
"10sp"
/>
android:textSize=
"10sp"
tools:ignore=
"SmallSp"
/>
<LinearLayout
android:id=
"@+id/controls_root"
android:layout_width=
"match_parent"
...
...
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