add Conscrypt to LicenseActivity (#1161)

* add Conscrypt and AutoDispose to LicenseActivity

* remove duplicate AutoDispose again D:
main
Konrad Pozniak 5 years ago committed by GitHub
parent b860680a2a
commit 24fd10d3b7
  1. 10
      app/src/main/res/layout/activity_license.xml

@ -62,6 +62,16 @@
license:link="https://square.github.io/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
android:layout_width="match_parent"
android:layout_height="wrap_content"

Loading…
Cancel
Save