Skip to content

Commit

Permalink
changed theme in settings. change menu icon. ready v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scoutant committed Jun 11, 2015
1 parent 9b0778e commit ef108e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions AndroidManifest.xml
Expand Up @@ -25,6 +25,7 @@
<activity android:name=".Settings" android:label="@string/preferences"
android:screenOrientation="portrait"
android:parentActivityName=".UI"
android:theme="@style/Theme.Holo.Calendar"
/>
<activity android:name=".Help" android:label="Help"
android:screenOrientation="portrait"
Expand Down
20 changes: 10 additions & 10 deletions res/layout/tabs.xml
Expand Up @@ -5,16 +5,6 @@
android:baselineAligned="false"
android:layout_gravity="bottom"
>
<ImageView
android:layout_width="32dp"
android:layout_height="24dp"
android:layout_marginLeft="@dimen/margin_tab"
android:layout_marginRight="@dimen/margin_tab"
android:id="@+id/extra_menu_button"
android:src="@android:drawable/ic_menu_more"
android:scaleType="centerCrop"
android:visibility="gone"
/>
<FrameLayout
android:layout_width="0dp"
android:layout_height="24dp"
Expand Down Expand Up @@ -120,4 +110,14 @@
android:gravity="center"
/>
</FrameLayout>
<ImageView
android:layout_width="32dp"
android:layout_height="24dp"
android:layout_marginLeft="@dimen/margin_tab"
android:layout_marginRight="@dimen/margin_tab"
android:id="@+id/extra_menu_button"
android:src="@android:drawable/stat_sys_upload_done"
android:scaleType="centerInside"
android:visibility="gone"
/>
</LinearLayout>

0 comments on commit ef108e9

Please sign in to comment.