Commit ab902137 authored by Lucas NAURY's avatar Lucas NAURY

Changement du texte de sélection de type de vue

parent 7ae3436a
...@@ -12,6 +12,14 @@ ...@@ -12,6 +12,14 @@
android:gravity="center_horizontal" android:gravity="center_horizontal"
android:orientation="horizontal"> android:orientation="horizontal">
<TextView
android:id="@+id/VueTypeSelect"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="2dp"
android:text="Vue :"
android:textAppearance="@style/TextAppearance.AppCompat.Body2" />
<RadioButton <RadioButton
android:id="@+id/linear_layout_rb" android:id="@+id/linear_layout_rb"
android:layout_width="wrap_content" android:layout_width="wrap_content"
......
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
<string name="title_add">Ajout</string> <string name="title_add">Ajout</string>
<string name="title_profile">Profil</string> <string name="title_profile">Profil</string>
<string name="text_annonce">test</string> <string name="text_annonce">test</string>
<string name="linear_layout_manager">text</string> <string name="linear_layout_manager">Liste</string>
<string name="grid_layout_manager">text</string> <string name="grid_layout_manager">Grille</string>
</resources> </resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment