summaryrefslogtreecommitdiffhomepage
path: root/ui/src/main/res/layout/http_proxy_menu_item.xml
blob: 8ad5c02645c7a0816f1f7b6ad7722427b3ada5a5 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:padding="16dp"
    android:ellipsize="end"
    android:maxLines="1"
/>