add Conscrypt to LicenseActivity (#1161)
* add Conscrypt and AutoDispose to LicenseActivity * remove duplicate AutoDispose again D:
This commit is contained in:
parent
29455d5ccd
commit
dda0344eda
@ -62,6 +62,16 @@
|
|||||||
license:link="https://square.github.io/okhttp/"
|
license:link="https://square.github.io/okhttp/"
|
||||||
license:name="OkHttp" />
|
license:name="OkHttp" />
|
||||||
|
|
||||||
|
<com.keylesspalace.tusky.view.LicenseCard
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginEnd="12dp"
|
||||||
|
android:layout_marginStart="12dp"
|
||||||
|
android:layout_marginTop="12dp"
|
||||||
|
license:license="@string/license_apache_2"
|
||||||
|
license:link="https://github.com/google/conscrypt"
|
||||||
|
license:name="Conscrypt" />
|
||||||
|
|
||||||
<com.keylesspalace.tusky.view.LicenseCard
|
<com.keylesspalace.tusky.view.LicenseCard
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
Loading…
Reference in New Issue
Block a user