mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 04:04:43 +01:00
Recipient bottom sheet.
This commit is contained in:
committed by
Greyson Parrelli
parent
f6f6496c9c
commit
17c5b858b5
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<style name="NoAnimation.Theme.BlackScreen" parent="Theme.AppCompat.NoActionBar">
|
||||
<item name="android:windowAnimationStyle">@null</item>
|
||||
<item name="android:windowBackground">@android:color/black</item>
|
||||
@@ -408,4 +407,13 @@
|
||||
<enum name="textureView" value="1"/>
|
||||
</attr>
|
||||
</declare-styleable>
|
||||
|
||||
<style name="Signal.Button.TextButton" parent="Widget.AppCompat.Button.Borderless">
|
||||
<item name="android:textAppearance">@style/TextAppearance.Signal.Body1</item>
|
||||
</style>
|
||||
|
||||
<style name="Signal.Button.TextButton.Drawable">
|
||||
<item name="android:textAlignment">viewStart</item>
|
||||
<item name="android:drawablePadding">16dp</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user