aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2012-02-21 17:03:40 -0600
committerAndy Doan <andy.doan@linaro.org>2012-02-21 17:42:35 -0600
commit47dd1672acd9b0b5ec38adabb4939344d05558e5 (patch)
tree2a159032773d52599ac01a1dfbc81d97f8ae726e /AndroidManifest.xml
parent61e2cc10e4ccf641b17c43ca83f1a6f53024908d (diff)
downloadLinaroConnect-master.tar.gz
convert layouts to use theme/styleHEADmaster
This moves the styling of the GUI components into the styles.xml file. This allows a more central place to be able to update branding of the app from
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1098d38..65b6787 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -6,7 +6,7 @@
<uses-sdk android:minSdkVersion="8" />
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
- <application android:icon="@drawable/icon" android:label="@string/app_name">
+ <application android:icon="@drawable/icon" android:label="@string/app_name" android:theme="@style/Linaro">
<activity android:name=".LinaroConnectActivity"
android:label="@string/app_name">
<intent-filter>