removing the lock screen notification visibility label from the settings

This commit is contained in:
tibbi 2021-11-13 10:26:56 +01:00
parent efc95ef9f6
commit a5dc5c1bb8
3 changed files with 0 additions and 19 deletions

View file

@ -88,14 +88,6 @@
android:layout_height="wrap_content"
android:text="@string/lock_screen_visibility" />
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/settings_lock_screen_visibility"
style="@style/SettingsRightTextualValueStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_toEndOf="@+id/settings_lock_screen_visibility_label"
tools:text="@string/sender_and_message" />
</RelativeLayout>
</LinearLayout>