-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a more obvious way of getting to the QR display
- Loading branch information
1 parent
0b939d4
commit 2dfb09b
Showing
3 changed files
with
58 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:tint="#000000" | ||
android:viewportWidth="24" | ||
android:viewportHeight="24"> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M3,11h8V3H3V11zM5,5h4v4H5V5z" /> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M3,21h8v-8H3V21zM5,15h4v4H5V15z" /> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M13,3v8h8V3H13zM19,9h-4V5h4V9z" /> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M19,19h2v2h-2z" /> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M13,13h2v2h-2z" /> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M15,15h2v2h-2z" /> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M13,17h2v2h-2z" /> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M15,19h2v2h-2z" /> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M17,17h2v2h-2z" /> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M17,13h2v2h-2z" /> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M19,15h2v2h-2z" /> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters