mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1170884 - Remove unnecessary namespace attribute. r=mhaigh
Part of android lint's "MissingPrefix" rule. --HG-- extra : commitid : GGSU1tZsrqZ extra : rebase_source : 488b7d77409e91baddc5eca036389c6fa7df77c7
This commit is contained in:
parent
01c96292f5
commit
1d56a56d45
@ -28,8 +28,7 @@
|
||||
android:textColor="@color/tabs_tray_icon_grey"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/find_matchcase"
|
||||
<CheckedTextView android:id="@+id/find_matchcase"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="@dimen/find_in_page_matchcase_padding"
|
||||
|
Loading…
Reference in New Issue
Block a user