Skip to content

Commit b9df3de

Browse files
AndyScherzingertobiasKaminsky
authored andcommitted
use app namespace instead of android
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent 01b1e71 commit b9df3de

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

scripts/analysis/findbugs-results.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
382
1+
381

scripts/analysis/lint-results.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DO NOT TOUCH; GENERATED BY DRONE
2-
<span class="mdl-layout-title">Lint Report: 76 warnings</span>
2+
<span class="mdl-layout-title">Lint Report: 92 warnings</span>

src/main/res/layout/file_list_actions_bottom_sheet_fragment.xml

+11-10
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
License along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
-->
1919
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
20-
xmlns:tools="http://schemas.android.com/tools"
21-
android:layout_width="match_parent"
22-
android:layout_height="wrap_content"
23-
android:orientation="vertical"
24-
android:background="@color/bg_default">
20+
xmlns:tools="http://schemas.android.com/tools"
21+
android:layout_width="match_parent"
22+
android:layout_height="wrap_content"
23+
xmlns:app="http://schemas.android.com/apk/res-auto"
24+
android:orientation="vertical"
25+
android:background="@color/bg_default">
2526

2627
<TextView
2728
android:id="@+id/add_to_cloud"
@@ -49,7 +50,7 @@
4950
android:layout_height="wrap_content"
5051
android:contentDescription="@null"
5152
android:src="@drawable/ic_action_upload"
52-
android:tint="@color/primary"/>
53+
app:tint="@color/primary"/>
5354

5455
<TextView
5556
android:layout_width="wrap_content"
@@ -80,7 +81,7 @@
8081
android:layout_height="wrap_content"
8182
android:contentDescription="@null"
8283
android:src="@drawable/ic_import"
83-
android:tint="@color/primary"/>
84+
app:tint="@color/primary"/>
8485

8586
<TextView
8687
android:layout_width="wrap_content"
@@ -111,7 +112,7 @@
111112
android:layout_height="wrap_content"
112113
android:contentDescription="@null"
113114
android:src="@drawable/ic_camera"
114-
android:tint="@color/primary" />
115+
app:tint="@color/primary" />
115116

116117
<TextView
117118
android:layout_width="wrap_content"
@@ -152,7 +153,7 @@
152153
android:layout_height="wrap_content"
153154
android:contentDescription="@null"
154155
android:src="@drawable/ic_action_create_dir"
155-
android:tint="@color/primary"/>
156+
app:tint="@color/primary"/>
156157

157158
<TextView
158159
android:layout_width="wrap_content"
@@ -321,7 +322,7 @@
321322
android:layout_height="wrap_content"
322323
android:contentDescription="@null"
323324
android:src="@drawable/ic_post_add"
324-
android:tint="@color/primary" />
325+
app:tint="@color/primary" />
325326

326327
<TextView
327328
android:layout_width="wrap_content"

0 commit comments

Comments
 (0)