Theme changes

This commit is contained in:
Sergey Solovyev
2012-11-19 21:24:19 +04:00
parent 90276c171f
commit 1f0188be4b
23 changed files with 223 additions and 177 deletions

View File

@@ -8,7 +8,7 @@
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@+id/main_fragment_layout"
style="@style/default_fragment_layout_style"
style="@style/cpp_default_fragment_layout_style"
a:layout_width="match_parent"
a:layout_height="match_parent"
a:padding="@dimen/cpp_editor_padding">

View File

@@ -4,7 +4,7 @@
a:layout_width="match_parent"
a:layout_height="match_parent"
a:orientation="vertical"
style="@style/widget_main_layout_style">
style="@style/cpp_widget_main_layout_style">
<include layout="@layout/widget_editor"
a:layout_weight="2"