mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Add widgets to android port.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29170 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e9749d1b93
commit
c0c769c5a8
37 changed files with 771 additions and 5 deletions
18
android/res/values/style.xml
Normal file
18
android/res/values/style.xml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<style name="appwidget_infodisplay">
|
||||
<item name="android:layout_width">1dp</item>
|
||||
<item name="android:layout_height">1dp</item>
|
||||
<item name="android:layout_weight">1</item>
|
||||
<item name="android:textColor">#cecfce</item>
|
||||
<item name="android:background">@drawable/appwidget_infodisplay_background</item>
|
||||
</style>
|
||||
<style name="appwidget_button">
|
||||
<item name="android:layout_width">40dp</item>
|
||||
<item name="android:layout_height">40dp</item>
|
||||
<item name="android:scaleType">fitCenter</item>
|
||||
<item name="android:background">@drawable/appwidget_infodisplay_background</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue