mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-22 08:52:18 -05:00
Modify dp settings in about.xml
This commit is contained in:
parent
1b5f8ef0e9
commit
e486d34189
@ -56,7 +56,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/app_copyright"
|
||||
android:textSize="16sp"
|
||||
android:textSize="14sp"
|
||||
android:gravity="center_horizontal" />
|
||||
<TextView
|
||||
android:layout_width="fill_parent"
|
||||
@ -64,12 +64,12 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
android:text="@string/app_homepage"
|
||||
android:linksClickable="false"
|
||||
android:autoLink="web"
|
||||
android:textSize="14sp"
|
||||
android:textSize="16sp"
|
||||
android:textColorLink="#FF6CB600"
|
||||
android:gravity="center_horizontal" />
|
||||
<TextView
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/licence_info"
|
||||
android:textSize="16sp" />
|
||||
android:textSize="14sp" />
|
||||
</LinearLayout>
|
Loading…
Reference in New Issue
Block a user