mirror of
https://github.com/gsantner/dandelion
synced 2025-12-15 00:31:11 +01:00
Fixed lint issues (suppressed, where they cant be fixed)
This commit is contained in:
parent
a151d37a4e
commit
d17d89f7f9
12 changed files with 40 additions and 13 deletions
|
|
@ -11,6 +11,7 @@
|
|||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
style="?android:attr/buttonBarStyle"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
|
|
@ -88,14 +89,14 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="http" />
|
||||
android:text="@string/http" />
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/podselection__dialog__radio_https"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="https" />
|
||||
android:text="@string/https" />
|
||||
</RadioGroup>
|
||||
|
||||
<TextView
|
||||
|
|
@ -127,6 +128,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
style="?android:attr/buttonBarButtonStyle"
|
||||
android:text="@android:string/cancel" />
|
||||
|
||||
<Button
|
||||
|
|
@ -134,6 +136,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
style="?android:attr/buttonBarButtonStyle"
|
||||
android:text="@android:string/ok" />
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue