Some layout changes for compatibility

This commit is contained in:
Kevin Puertas
2017-06-03 22:29:15 +02:00
parent 5470c98ca2
commit c7b2f2d46c
8 changed files with 83 additions and 17 deletions

Binary file not shown.

View File

@@ -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"

View File

@@ -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>

View File

@@ -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"/>

View File

@@ -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>

View File

@@ -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