|
|
|
@ -239,7 +239,6 @@ |
|
|
|
|
style="@style/Widget.AppCompat.Button.Colored" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="@dimen/bt_height" |
|
|
|
|
android:textAppearance="@style/MyTextAppearanceBody1" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:text="@string/filter" /> |
|
|
|
|
|
|
|
|
@ -248,7 +247,6 @@ |
|
|
|
|
style="@style/Widget.AppCompat.Button.Colored" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="@dimen/bt_height" |
|
|
|
|
android:textAppearance="@style/MyTextAppearanceBody1" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:text="@string/create" /> |
|
|
|
|
|
|
|
|
@ -257,7 +255,6 @@ |
|
|
|
|
style="@style/Widget.AppCompat.Button.Colored" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="@dimen/bt_height" |
|
|
|
|
android:textAppearance="@style/MyTextAppearanceBody1" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:text="@string/delete" /> |
|
|
|
|
|
|
|
|
@ -266,7 +263,6 @@ |
|
|
|
|
style="@style/Widget.AppCompat.Button.Colored" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="@dimen/bt_height" |
|
|
|
|
android:textAppearance="@style/MyTextAppearanceBody1" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:text="@string/confirm" /> |
|
|
|
|
|
|
|
|
@ -275,7 +271,6 @@ |
|
|
|
|
style="@style/Widget.AppCompat.Button.Colored" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="@dimen/bt_height" |
|
|
|
|
android:textAppearance="@style/MyTextAppearanceBody1" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:text="@string/more" /> |
|
|
|
|
|
|
|
|
|