mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 04:34:21 +01:00
Fix SMS, bad MODIFIED timestamp, and API19 beta crash.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||||
<solid android:color="?colorAccent"/>
|
||||
<solid android:color="@color/core_white"/>
|
||||
<corners android:radius="8dp"/>
|
||||
</shape>
|
||||
@@ -157,7 +157,8 @@
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:text="@string/BackupsPreferenceFragment__turn_on"
|
||||
android:textColor="@color/core_white" />
|
||||
android:textColor="@color/core_white"
|
||||
app:backgroundTint="?colorAccent" />
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user