Messaging: Remove compatibility for old android versions
Change-Id: Id9065d60525a509271a0e64c0e349e857cb998e2
This commit is contained in:
@@ -14,13 +14,5 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:state_pressed="true"
|
||||
android:drawable="@color/background_item_pressed" />
|
||||
<item
|
||||
android:state_activated="true"
|
||||
android:drawable="@color/background_item_activated" />
|
||||
<item
|
||||
android:drawable="@color/background_item_transparent" />
|
||||
</selector>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/background_item_pressed" />
|
||||
|
||||
Reference in New Issue
Block a user