mirror of
https://github.com/gsantner/dandelion
synced 2025-12-11 23:01:11 +01:00
Show Tor preset in Pod selection
; Themed BadgeDrawable ; Update TR, Pods ; Show Stream option after login
This commit is contained in:
parent
2f5aa1e0e7
commit
866672eb47
13 changed files with 176 additions and 66 deletions
|
|
@ -95,6 +95,24 @@
|
|||
android:text="https" />
|
||||
</RadioGroup>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/podselection__dialog__text_torpreset"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/activity_horizontal_margin_half"
|
||||
android:text="@string/tor"
|
||||
android:textAppearance="@style/AppTheme.TextAppearance.Caption"
|
||||
android:visibility="gone" />
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/podselection__dialog__check_torpreset"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/activity_horizontal_margin_half"
|
||||
android:text="@string/pref_title__http_proxy_load_tor_preset"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
android:visibility="gone" />
|
||||
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue