Commit 60a2e9b5 authored by Viktor De Pasquale's avatar Viktor De Pasquale

Updated home info cards to be more compressed

parent df3a37b0
...@@ -2,5 +2,9 @@ ...@@ -2,5 +2,9 @@
<androidx.appcompat.widget.AppCompatTextView xmlns:android="http://schemas.android.com/apk/res/android" <androidx.appcompat.widget.AppCompatTextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center" xmlns:tools="http://schemas.android.com/tools"
android:ellipsize="middle"
android:gravity="start|center_vertical"
android:singleLine="true"
tools:text="@string/magisk"
android:textAppearance="?appearanceTextCaptionVariant" /> android:textAppearance="?appearanceTextCaptionVariant" />
\ No newline at end of file
...@@ -38,7 +38,9 @@ variant. Make sure to use style referenced by attribute defined it attrs.xml. ...@@ -38,7 +38,9 @@ variant. Make sure to use style referenced by attribute defined it attrs.xml.
<style name="WidgetFoundation.Card.Elevated" parent="Widget.MaterialComponents.CardView"> <style name="WidgetFoundation.Card.Elevated" parent="Widget.MaterialComponents.CardView">
<item name="cardBackgroundColor">?colorSurface</item> <item name="cardBackgroundColor">?colorSurface</item>
<item name="cardCornerRadius">@dimen/l_50</item>
<item name="cardElevation">@dimen/l_125</item> <item name="cardElevation">@dimen/l_125</item>
<item name="cardPreventCornerOverlap">true</item>
</style> </style>
<style name="WidgetFoundation.Card.OnPrimary" parent="Widget.MaterialComponents.CardView"> <style name="WidgetFoundation.Card.OnPrimary" parent="Widget.MaterialComponents.CardView">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment