Fix point edit

This commit is contained in:
Alexey Kulish 2016-07-08 18:25:09 +03:00
parent 4f46daa6be
commit 0694e9b7b7
2 changed files with 4 additions and 4 deletions

View file

@ -229,12 +229,12 @@
android:id="@+id/buttons_top_border"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?attr/dashboard_divider"/>
android:background="@color/divider_color"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/bg_color"
android:background="?attr/ctx_menu_info_view_bg"
android:orientation="horizontal">
<Button

View file

@ -241,12 +241,12 @@
android:id="@+id/buttons_top_border"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?attr/dashboard_divider"/>
android:background="@color/divider_color"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/bg_color"
android:background="?attr/ctx_menu_info_view_bg"
android:orientation="horizontal">
<Button