-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: Ib0e193ed1b33301d7eda209f2e4becbc589c3db4
- Loading branch information
1 parent
c3c1f0e
commit 431dd45
Showing
4 changed files
with
239 additions
and
92 deletions.
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
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,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
SPDX-FileCopyrightText: 2024 The LineageOS Project | ||
SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools" | ||
xmlns:app="http://schemas.android.com/apk/res-auto" | ||
style="@style/Widget.Material3.CardView.Filled" | ||
android:layout_width="24dp" | ||
android:layout_height="24dp" | ||
app:cardBackgroundColor="?attr/colorPrimaryContainer" | ||
app:cardCornerRadius="4dp"> | ||
|
||
<TextView | ||
android:id="@+id/trackTextView" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:gravity="center" | ||
android:textAlignment="gravity" | ||
android:textAppearance="?attr/textAppearanceLabelMedium" | ||
android:textColor="?attr/colorOnPrimaryContainer" | ||
tools:text="99" /> | ||
|
||
</com.google.android.material.card.MaterialCardView> |
Oops, something went wrong.