Themes refactored
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/main_fragment_layout"
|
||||
style="?cpp_fragment_layout_style"
|
||||
style="@style/CppFragment"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="match_parent">
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
a:id="@+id/fragment_title"
|
||||
a:layout_height="wrap_content"
|
||||
a:layout_width="match_parent"
|
||||
style="?cpp_fragment_title_style"/>
|
||||
style="@style/CppFragmentTitle"/>
|
||||
|
||||
<include layout="@layout/ad"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user