Showing
4 changed files
with
17 additions
and
0 deletions
1 | +<vector android:height="24dp" android:tint="#FFFFFF" | ||
2 | + android:viewportHeight="24.0" android:viewportWidth="24.0" | ||
3 | + android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> | ||
4 | + <path android:fillColor="#FF000000" android:pathData="M10,20v-6h4v6h5v-8h3L12,3 2,12h3v8z"/> | ||
5 | +</vector> |
1 | +<?xml version="1.0" encoding="utf-8"?> | ||
2 | +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
3 | + android:orientation="vertical" android:layout_width="match_parent" | ||
4 | + android:layout_height="match_parent"> | ||
5 | + | ||
6 | +</LinearLayout> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
Prj/App/app/src/main/res/values/arrays.xml
0 → 100644
-
Please register or login to post a comment