1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-07-01 09:33:19 +00:00
NewPipe/app/src/main/res/layout/single_choice_dialog_view.xml

7 lines
288 B
XML
Raw Normal View History

2018-01-23 00:40:00 +00:00
<?xml version="1.0" encoding="utf-8"?>
<RadioGroup xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
2020-10-09 18:24:02 +00:00
android:paddingTop="?attr/listPreferredItemPaddingLeft" />