Attributes removed
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/dialog_layout"
|
||||
style="?cpp_dialog_style"
|
||||
style="@style/cpp_dialog"
|
||||
a:orientation="vertical">
|
||||
|
||||
</LinearLayout>
|
@@ -23,7 +23,7 @@
|
||||
-->
|
||||
|
||||
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
style="?cpp_dialog_style">
|
||||
style="@style/cpp_dialog">
|
||||
|
||||
<LinearLayout
|
||||
a:id="@+id/cpp_fixable_messages_container"
|
||||
|
@@ -24,6 +24,6 @@
|
||||
|
||||
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/dialog_layout"
|
||||
style="?cpp_dialog_style">
|
||||
style="@style/cpp_dialog">
|
||||
|
||||
</LinearLayout>
|
@@ -24,7 +24,7 @@
|
||||
|
||||
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:id="@+id/wizard_layout"
|
||||
style="?cpp_dialog_style"
|
||||
style="@style/cpp_dialog"
|
||||
a:orientation="vertical">
|
||||
|
||||
<FrameLayout
|
||||
|
Reference in New Issue
Block a user