Commit ece3a172 authored by Varun Patil's avatar Varun Patil

Remove margins from action button borders

parent a5e845c3
...@@ -111,8 +111,6 @@ ...@@ -111,8 +111,6 @@
<View <View
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="1dp" android:layout_height="1dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:background="#aaa"> android:background="#aaa">
</View> </View>
......
...@@ -163,8 +163,6 @@ ...@@ -163,8 +163,6 @@
<View <View
android:layout_width="1dp" android:layout_width="1dp"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_marginBottom="6dp"
android:layout_marginTop="10dp"
android:background="#aaa"> android:background="#aaa">
</View> </View>
...@@ -185,8 +183,6 @@ ...@@ -185,8 +183,6 @@
<View <View
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="1dp" android:layout_height="1dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:background="#aaa"> android:background="#aaa">
</View> </View>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment