mirror of
https://github.com/gsantner/dandelion
synced 2025-12-11 14:51:11 +01:00
Load license, contributors, maintainers and 3party libs from ressources
This commit is contained in:
parent
89ee0450e9
commit
c93e28cdc7
10 changed files with 142 additions and 50 deletions
|
|
@ -25,6 +25,7 @@
|
|||
<com.github.dfa.diaspora_android.ui.HtmlTextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/fragment_license__licensetext"
|
||||
android:text="@string/fragment_license__license_content"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Small"
|
||||
android:linksClickable="true" />
|
||||
|
|
@ -39,7 +40,7 @@
|
|||
<com.github.dfa.diaspora_android.ui.HtmlTextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/fragment_license__3rd_party_libs_content"
|
||||
android:id="@+id/fragment_license__3rdparty"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Small"
|
||||
android:linksClickable="true" />
|
||||
</LinearLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue