Implement Holo Light Theme for Settings

... and use Holo (Dark) Theme for the Drawer as requested by UX

Also remove the Wi-Fi and Bluetooth switches in the Drawer per
following UX specification.

Change-Id: I4fc17481255b5db337a887033bc831ded0d2d701
This commit is contained in:
Fabrice Di Meglio
2014-02-21 17:42:56 -08:00
parent 351adbf35c
commit dca2806a23
4 changed files with 13 additions and 6 deletions

View File

@@ -76,6 +76,6 @@
android:layout_width="300dp"
android:layout_height="match_parent"
android:layout_gravity="start"
android:background="#ff333333"/>
android:background="@color/background_drawer"/>
</android.support.v4.widget.DrawerLayout>