format all 'res/values' XML files using Android Studio Ctrl-Alt-L

This commit is contained in:
Hans-Christoph Steiner 2018-05-29 17:07:38 +02:00
parent ae7973f5c4
commit 2a0150a45e
8 changed files with 44 additions and 41 deletions

View File

@ -1,7 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_description">F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.</string> <string name="app_description">F-Droid is an installable catalogue of FOSS (Free and Open Source Software)
applications for the Android platform. The client makes it easy to browse, install, and keep track of updates
on your device.
</string>
<string name="site_link">https://f-droid.org</string> <string name="site_link">https://f-droid.org</string>
<string name="source_link">https://gitlab.com/fdroid/fdroidclient</string> <string name="source_link">https://gitlab.com/fdroid/fdroidclient</string>

View File

@ -6,7 +6,7 @@
<item name="android:minHeight">32dp</item> <item name="android:minHeight">32dp</item>
<item name="android:minWidth">0dp</item> <item name="android:minWidth">0dp</item>
<item name="android:padding">12dp</item> <item name="android:padding">12dp</item>
</style>qgi </style>
<style name="DetailsButtonStyle" parent="DetailsButtonStyleBase"/> <style name="DetailsButtonStyle" parent="DetailsButtonStyleBase"/>