summaryrefslogtreecommitdiffstats
path: root/app/src/main
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-02-19 12:19:21 +0100
committerClyhtsuriva <aimeric@adjutor.xyz>2021-02-19 12:19:21 +0100
commit64bd7c1aa8c5a9e75db10cdcb98b8dee9a7612c6 (patch)
treedea96f7da51854d2b53e933b40325655aa3e8ddb /app/src/main
parentf650e3b9d80633d90e13b07b64e5695564d37359 (diff)
downloadAniki-64bd7c1aa8c5a9e75db10cdcb98b8dee9a7612c6.tar.gz
Aniki-64bd7c1aa8c5a9e75db10cdcb98b8dee9a7612c6.tar.bz2
Aniki-64bd7c1aa8c5a9e75db10cdcb98b8dee9a7612c6.zip
Modifying, a bit, the layout.
Diffstat (limited to '')
-rw-r--r--app/src/main/res/layout/item_layout.xml20
1 files changed, 12 insertions, 8 deletions
diff --git a/app/src/main/res/layout/item_layout.xml b/app/src/main/res/layout/item_layout.xml
index eb65d60..cb6e87e 100644
--- a/app/src/main/res/layout/item_layout.xml
+++ b/app/src/main/res/layout/item_layout.xml
@@ -31,15 +31,18 @@
<TextView
android:id="@+id/tv_title"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- app:layout_constraintStart_toEndOf="@id/iv_image"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintBottom_toBottomOf="parent"
+ android:layout_width="0dp"
+ android:layout_height="match_parent"
+ android:fontFamily="@font/bangers"
android:text="@string/rv_title"
+ android:textAlignment="center"
android:textColor="@color/strong_pink"
- android:textSize="30sp"/>
+ android:textSize="30sp"
+ app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toEndOf="@id/iv_image"
+ app:layout_constraintTop_toTopOf="parent"
+ android:layout_marginHorizontal="10sp"/>
<TextView
android:id="@+id/tv_rank"
@@ -50,7 +53,8 @@
android:textColor="@color/slightly_desaturated_magenta"
android:textSize="20sp"
app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintTop_toTopOf="parent" />
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintBottom_toTopOf="@id/tv_title"/>
</androidx.constraintlayout.widget.ConstraintLayout>
lass='logsubject'>(De)Serialization of the songsClyhtsuriva2-42/+63 Serialization and Deser now work fine for the songs. We're able to store arrays. 2020-12-11Getting serialization working with a songClyhtsuriva3-7/+36 2020-12-11adding Serialization interface and methodsClyhtsuriva6-59/+63 2020-12-07Big updateMasfehico6-16/+99 Implementing the function to add songs. Cleaning a bit everywhere as well. 2020-12-07cleaning and adding stuff in playlistMasfehico3-2/+20 2020-12-07Updating song and audiobook accordingly to the last commitMasfehico2-8/+8 2020-12-07Adding the enum classesMasfehico3-0/+9 2020-12-07Updating song, audiobook and musical elements's sets and getsMasfehico3-5/+23 2020-12-07Finishing MusicalElement.javaMasfehico1-6/+11 2020-11-23Cleaning upMasfehico2-30/+0 2020-11-23Deleting the CSVSMasfehico5-3669/+0 2020-11-23Minor testing changesMasfehico7-43/+63 2020-11-23Musical elements updated and jMusicHub basic creationMasfehico2-0/+0 2020-11-23Musical elements updated and jMusicHub basic creationMasfehico4-3/+74 2020-11-21README.md updatedMasfehico1-3/+1 2020-11-19Started Song and MusicalElementMasfehico5-0/+190 2020-11-18Added CSVsMasfehico9-102/+3756 I added some csvs by exracting my ampache mysql DB. Also started to write on the README file already. 2020-11-18Firs filesMasfehico8-0/+103 Pushing the empty java files I'll be using with some csvs. 2020-11-17LICENSE updatedMasfehico1-68/+81