Commit ef6a9e77 authored by Mygod's avatar Mygod

Remove obsolete tools:ignore

parent 2edc14a6
...@@ -23,8 +23,7 @@ ...@@ -23,8 +23,7 @@
android:paddingTop="12dp" android:paddingTop="12dp"
android:paddingBottom="12dp" android:paddingBottom="12dp"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"/>
tools:ignore="RtlHardcoded"/>
<Switch android:checked="true" <Switch android:checked="true"
android:id="@+id/bypassSwitch" android:id="@+id/bypassSwitch"
android:text="@string/bypass_apps" android:text="@string/bypass_apps"
...@@ -35,8 +34,7 @@ ...@@ -35,8 +34,7 @@
android:paddingTop="12dp" android:paddingTop="12dp"
android:paddingBottom="12dp" android:paddingBottom="12dp"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"/>
tools:ignore="RtlHardcoded"/>
</LinearLayout> </LinearLayout>
<FrameLayout android:layout_width="fill_parent" <FrameLayout android:layout_width="fill_parent"
android:layout_height="0dp" android:layout_height="0dp"
......
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