mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 03:11:10 +01:00
Move default SMS and system import to "reminders"
// FREEBIE Closes #1730
This commit is contained in:
committed by
Moxie Marlinspike
parent
acc7c4c1c6
commit
7d688846f9
5
res/drawable/light_touch_highlight_background.xml
Normal file
5
res/drawable/light_touch_highlight_background.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true" android:drawable="@color/light_button_highlight" />
|
||||
<item android:drawable="@color/light_button" />
|
||||
</selector>
|
||||
Reference in New Issue
Block a user