Commit 6812f9d2 authored by Viktor De Pasquale's avatar Viktor De Pasquale Committed by John Wu

Updated su request dialog to match overall app theme

parent 555e7cc9
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:ellipsize="marquee" android:ellipsize="marquee"
android:background="?colorSurfaceVariant"
android:textAppearance="@style/AppearanceFoundation.Caption"
android:gravity="center_vertical" android:gravity="center_vertical"
android:minHeight="?attr/listPreferredItemHeightSmall" android:minHeight="?attr/listPreferredItemHeightSmall"
android:singleLine="true" android:singleLine="true"
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
<style name="Foundation.Floating" parent="Empty"> <style name="Foundation.Floating" parent="Empty">
<item name="android:windowIsFloating">true</item> <item name="android:windowIsFloating">true</item>
<item name="android:windowIsTranslucent">true</item> <item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
</style> </style>
</resources> </resources>
\ No newline at end of file
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