mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-13 10:31:03 +01:00
21ea7b6cc2
- this tries to address a common request to display user data up front - i would make this via a fragment, but RecyclerView doesn't like Fragments - (fragments would make it much easier to also add a charts like view, like we use on the Activity list tab) - i added configuration that allows to disable it partially or fully Co-authored-by: Petr Vaněk <vanous@noreply.codeberg.org> Co-committed-by: Petr Vaněk <vanous@noreply.codeberg.org>
11 lines
411 B
XML
11 lines
411 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24sp"
|
|
android:height="24sp"
|
|
android:tint="#7E7E7E"
|
|
android:viewportWidth="25"
|
|
android:viewportHeight="25">
|
|
<path
|
|
android:fillColor="#000"
|
|
android:pathData="M23 12h-6v-2l3.39-4H17V4h6v2l-3.38 4H23v2m-8 4H9v-2l3.39-4H9V8h6v2l-3.38 4H15v2m-8 4H1v-2l3.39-4H1v-2h6v2l-3.38 4H7v2z" />
|
|
</vector>
|