Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Jan 30, 2024
1 parent f32c078 commit 24f0cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pandroid/app/src/main/res/layout/holder_lua_script.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<com.google.android.material.card.MaterialCardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:cardBackgroundColor="?colorSurfaceVariant"
android:cardBackgroundColor="?attr/colorSurfaceVariant"
app:cardCornerRadius="8dp"
android:layout_gravity="center"
android:layout_margin="10dp">
Expand All @@ -26,7 +26,7 @@
android:layout_height="70dp"
android:layout_marginHorizontal="5dp"
android:scaleType="fitCenter"
android:tint="?colorOnSurfaceVariant"
android:tint="?attr/colorOnSurfaceVariant"
android:alpha="0.5"
android:padding="14dp"
android:src="@drawable/ic_code"
Expand Down

0 comments on commit 24f0cbf

Please sign in to comment.