forked from github/wulkanowy-mirror

* Refactor activity names * Refactor login activity and async task * Add forgot password and create account links * Login without passing symbol in login form * Add heading text before login form * Refactor API/login * Add login loading steps * Remove unnecessary try catch * Refactor snp and add tests * Remove redudant throws clauses
12 lines
404 B
XML
12 lines
404 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="35dp"
|
|
android:height="35dp"
|
|
android:viewportHeight="24"
|
|
android:viewportWidth="24">
|
|
|
|
<path
|
|
android:fillColor="#000000"
|
|
android:pathData="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z" />
|
|
<path android:pathData="M0-0.75h24v24H0z" />
|
|
</vector> |