Skip to content

Commit 6889764

Browse files
committed
removing the dividers from the app settings sections too
1 parent 09cba07 commit 6889764

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

app/src/main/res/layout/activity_settings.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,6 @@
129129

130130
</RelativeLayout>
131131

132-
<View
133-
android:id="@+id/visibility_divider"
134-
android:layout_width="match_parent"
135-
android:layout_height="1px"
136-
android:background="@color/divider_grey"
137-
android:importantForAccessibility="no" />
138-
139132
<com.simplemobiletools.commons.views.MyTextView
140133
android:id="@+id/visibility_label"
141134
android:layout_width="wrap_content"
@@ -169,13 +162,6 @@
169162

170163
</RelativeLayout>
171164

172-
<View
173-
android:id="@+id/file_operations_divider"
174-
android:layout_width="match_parent"
175-
android:layout_height="1px"
176-
android:background="@color/divider_grey"
177-
android:importantForAccessibility="no" />
178-
179165
<com.simplemobiletools.commons.views.MyTextView
180166
android:id="@+id/file_operations_label"
181167
android:layout_width="wrap_content"
@@ -209,13 +195,6 @@
209195

210196
</RelativeLayout>
211197

212-
<View
213-
android:id="@+id/security_divider"
214-
android:layout_width="match_parent"
215-
android:layout_height="1px"
216-
android:background="@color/divider_grey"
217-
android:importantForAccessibility="no" />
218-
219198
<com.simplemobiletools.commons.views.MyTextView
220199
android:id="@+id/security_label"
221200
android:layout_width="wrap_content"

0 commit comments

Comments
 (0)