瀏覽代碼

No titlebar on home screen

master
Chris Smith 14 年之前
父節點
當前提交
b4ad501d94
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      code/ContextHome/AndroidManifest.xml
  2. 二進制
      code/ContextHome/dist/ContextHome.apk

+ 1
- 1
code/ContextHome/AndroidManifest.xml 查看文件

@@ -3,7 +3,7 @@
3 3
      package="uk.co.md87.android.contexthome" android:versionCode="1" android:versionName="0.0.1">
4 4
     <application android:label="Context Sensitive Home Screen" android:icon="@drawable/icon">
5 5
          <activity android:name=".ContextHome" android:label="Context Home"
6
-            android:icon="@drawable/icon">
6
+            android:icon="@drawable/icon" android:theme="@android:style/Theme.Black.NoTitleBar">
7 7
             <intent-filter>
8 8
                 <action android:name="android.intent.action.MAIN"/>
9 9
                 <category android:name="android.intent.category.HOME"/>

二進制
code/ContextHome/dist/ContextHome.apk 查看文件


Loading…
取消
儲存