mirror of
https://gitlab.com/SoftwareTalent/CalendarioDeFrases.git
synced 2026-02-19 03:21:37 +01:00
Some layout changes for compatibility
This commit is contained in:
Binary file not shown.
@@ -41,6 +41,7 @@
|
||||
android:layout_below="@+id/txt_frasetext"
|
||||
android:layout_gravity="end"
|
||||
android:layout_marginRight="6dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:text="(Aqui autor)"
|
||||
android:textAlignment="textEnd"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="368dp"
|
||||
android:layout_height="495dp"
|
||||
android:layout_margin="4dp"
|
||||
@@ -11,7 +10,6 @@
|
||||
android:id="@+id/chk_alarm"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="57dp"
|
||||
android:elevation="1dp"
|
||||
android:text="¿Notificar frase diaria?"
|
||||
android:textAlignment="textStart" />
|
||||
|
||||
@@ -33,9 +31,9 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_weight="1"
|
||||
android:paddingTop="12dp"
|
||||
android:singleLine="false"
|
||||
android:text="Cuando mostrar:"
|
||||
android:textAlignment="center"
|
||||
android:textColor="@android:color/black"
|
||||
@@ -55,7 +53,6 @@
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginRight="4dp"
|
||||
android:layout_weight="0.02"
|
||||
android:elevation="1dp"
|
||||
android:text=":"
|
||||
android:textColor="@android:color/black"
|
||||
android:textSize="18sp" />
|
||||
@@ -69,17 +66,10 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
<Button
|
||||
android:id="@+id/btnSaveNotif"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="48dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<Button
|
||||
android:id="@+id/btnSaveNotif"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:text="Guardar cambios" />
|
||||
</LinearLayout>
|
||||
android:text="Guardar cambios" />
|
||||
|
||||
</LinearLayout>
|
||||
@@ -8,7 +8,7 @@
|
||||
android:title="@string/options"/>
|
||||
<item
|
||||
android:id="@+id/about"
|
||||
android:title="Acerca de"/>
|
||||
android:title="@string/aboutOf"/>
|
||||
<item
|
||||
android:id="@+id/exit"
|
||||
android:title="@string/exit"/>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<string name="exit">Salir</string>
|
||||
<string name="favorites">Favoritos</string>
|
||||
<string name="options">Opciones</string>
|
||||
<string name="aboutOf">Acerca de</string>
|
||||
<string name="sharefrom"> -A través de Calendario de Frases, consíguela aquí https://goo.gl/m4qzKI -</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#Sat Jun 03 20:25:44 CEST 2017
|
||||
VERSION_CODE=146
|
||||
#Sat Jun 03 22:27:41 CEST 2017
|
||||
VERSION_CODE=147
|
||||
|
||||
Reference in New Issue
Block a user