1
0
Fork 0
fenix/app/src/main/res/layout/fragment_site_permissions_e...

19 lines
892 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/exception_item"
android:layout_width="match_parent"
android:layout_height="@dimen/site_permissions_exceptions_item_height"
android:textSize="@dimen/site_permissions_exceptions_item_text_size"
android:drawablePadding="16dp"
android:drawableStart="@drawable/ic_internet"
2019-04-15 19:26:59 +02:00
android:textColor="?primaryText"
android:gravity="start|center_vertical"
android:paddingStart="24dp"
android:paddingEnd="24dp"
android:background="?android:attr/selectableItemBackground"/>