-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Crossle Song
committed
Aug 30, 2013
1 parent
6163853
commit 4db7eae
Showing
24 changed files
with
1,012 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
Copyright (C) 2011 The Android Open Source Project Licensed under the | ||
Apache License, Version 2.0 (the "License"); you may not use this file except | ||
in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software distributed | ||
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES | ||
OR CONDITIONS OF ANY KIND, either express or implied. See the License for | ||
the specific language governing permissions and limitations under the License. | ||
--> | ||
|
||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<item android:drawable="@drawable/scrubber_control_disabled_holo" android:state_enabled="false"/> | ||
<item android:drawable="@drawable/scrubber_control_pressed_holo" android:state_pressed="true"/> | ||
<item android:drawable="@drawable/scrubber_control_focused_holo" android:state_selected="true"/> | ||
<item android:drawable="@drawable/scrubber_control_normal_holo"/> | ||
|
||
</selector> |
28 changes: 28 additions & 0 deletions
28
vitamio/res/drawable/scrubber_progress_horizontal_holo_dark.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
Copyright (C) 2010 The Android Open Source Project Licensed under the | ||
Apache License, Version 2.0 (the "License"); you may not use this file except | ||
in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software distributed | ||
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES | ||
OR CONDITIONS OF ANY KIND, either express or implied. See the License for | ||
the specific language governing permissions and limitations under the License. | ||
--> | ||
|
||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" > | ||
|
||
<item | ||
android:id="@android:id/background" | ||
android:drawable="@drawable/scrubber_secondary_holo"/> | ||
<item android:id="@android:id/secondaryProgress"> | ||
<scale | ||
android:drawable="@drawable/scrubber_secondary_holo" | ||
android:scaleWidth="100%" /> | ||
</item> | ||
<item android:id="@android:id/progress"> | ||
<scale | ||
android:drawable="@drawable/scrubber_primary_holo" | ||
android:scaleWidth="100%" /> | ||
</item> | ||
|
||
</layer-list> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,74 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="match_parent" | ||
android:layout_height="74dip" | ||
android:layout_alignParentBottom="true" | ||
android:layout_marginBottom="0.0dip" | ||
android:layout_marginLeft="0.0dip" | ||
android:layout_marginRight="0.0dip" | ||
android:background="@drawable/mediacontroller_bg" | ||
android:orientation="horizontal"> | ||
android:layout_width="match_parent" | ||
android:layout_height="74dip" | ||
android:layout_alignParentBottom="true" | ||
android:layout_marginBottom="0.0dip" | ||
android:layout_marginLeft="0.0dip" | ||
android:layout_marginRight="0.0dip" | ||
android:background="@drawable/mediacontroller_bg" | ||
android:orientation="horizontal" > | ||
|
||
<ImageButton | ||
android:id="@+id/mediacontroller_play_pause" | ||
android:layout_width="54.6dip" | ||
android:layout_height="32dip" | ||
android:layout_alignParentRight="true" | ||
android:layout_centerHorizontal="true" | ||
android:layout_centerVertical="true" | ||
android:layout_marginRight="7.0dip" | ||
android:background="#00000000" | ||
android:contentDescription="@string/mediacontroller_play_pause" | ||
android:gravity="center" | ||
android:src="@drawable/mediacontroller_pause_button"/> | ||
android:id="@+id/mediacontroller_play_pause" | ||
android:layout_width="54.6dip" | ||
android:layout_height="32dip" | ||
android:layout_alignParentRight="true" | ||
android:layout_centerHorizontal="true" | ||
android:layout_centerVertical="true" | ||
android:layout_marginRight="7.0dip" | ||
android:background="#00000000" | ||
android:contentDescription="@string/mediacontroller_play_pause" | ||
android:gravity="center" | ||
android:src="@drawable/mediacontroller_pause_button" /> | ||
|
||
<RelativeLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginBottom="2dip" | ||
android:layout_marginLeft="7.0dip" | ||
android:layout_marginRight="7.0dip" | ||
android:layout_marginTop="2dip" | ||
android:layout_toLeftOf="@+id/mediacontroller_play_pause"> | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginBottom="2dip" | ||
android:layout_marginLeft="7.0dip" | ||
android:layout_marginRight="7.0dip" | ||
android:layout_marginTop="2dip" | ||
android:layout_toLeftOf="@+id/mediacontroller_play_pause" > | ||
|
||
<RelativeLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content"> | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" > | ||
|
||
<TextView | ||
android:id="@+id/mediacontroller_time_current" | ||
style="@style/MediaController_Text" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_alignParentLeft="true" | ||
android:layout_alignParentTop="true"/> | ||
android:id="@+id/mediacontroller_time_current" | ||
style="@style/MediaController_Text" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_alignParentLeft="true" | ||
android:layout_alignParentTop="true" /> | ||
|
||
<TextView | ||
android:id="@+id/mediacontroller_time_total" | ||
style="@style/MediaController_Text" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_alignParentRight="true" | ||
android:layout_alignParentTop="true"/> | ||
android:id="@+id/mediacontroller_time_total" | ||
style="@style/MediaController_Text" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_alignParentRight="true" | ||
android:layout_alignParentTop="true" /> | ||
</RelativeLayout> | ||
|
||
<SeekBar | ||
android:id="@+id/mediacontroller_seekbar" | ||
style="@style/MediaController_SeekBar" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_centerVertical="true" | ||
android:focusable="true" | ||
android:max="1000"/> | ||
android:id="@+id/mediacontroller_seekbar" | ||
style="@style/MediaController_SeekBar" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_centerVertical="true" | ||
android:focusable="true" | ||
android:max="1000" /> | ||
|
||
<TextView | ||
android:id="@+id/mediacontroller_file_name" | ||
style="@style/MediaController_Text" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_alignParentBottom="true" | ||
android:ellipsize="marquee" | ||
android:singleLine="true"/> | ||
android:id="@+id/mediacontroller_file_name" | ||
style="@style/MediaController_Text" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_alignParentBottom="true" | ||
android:ellipsize="marquee" | ||
android:singleLine="true" /> | ||
</RelativeLayout> | ||
|
||
</RelativeLayout> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.