Remove dividers

Divider shouldn't be used after last item
This commit is contained in:
Andrea Torlaschi
2016-05-17 17:20:01 +02:00
parent 2ab55b6767
commit 7a7d32f706
2 changed files with 0 additions and 15 deletions

View File

@@ -83,11 +83,6 @@
android:text="@string/btn_decrypt_files"
android:textAppearance="?android:attr/textAppearanceMedium" />
<View
android:layout_width="match_parent"
android:layout_height="1dip"
android:layout_marginBottom="8dp"
android:background="?android:attr/listDivider" />
</LinearLayout>
</ScrollView>

View File

@@ -56,11 +56,6 @@
android:drawablePadding="8dp"
android:gravity="center_vertical" />
<View
android:layout_width="match_parent"
android:layout_height="1dip"
android:background="?android:attr/listDivider" />
<TextView
style="@style/SectionHeader"
android:layout_width="match_parent"
@@ -117,11 +112,6 @@
</LinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="1dip"
android:background="?android:attr/listDivider"
android:layout_marginBottom="8dp" />
</LinearLayout>
</ScrollView>