mirror of
https://github.com/jrpie/Launcher.git
synced 2025-07-04 06:36:38 +02:00
Make fa icons visible for chosen actions
In the actions / apps fragment of the launchers settings. The terminology has to be improved and kept the same everywhere in the app, as it also improves the codes readability and quality. I shall do that soon.
This commit is contained in:
parent
e728fca0ee
commit
2ab8bec8c0
5 changed files with 78 additions and 45 deletions
|
@ -30,6 +30,18 @@
|
|||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<com.finnmglas.launcher.extern.FontAwesome
|
||||
android:id="@+id/row_app_fa_icon"
|
||||
android:layout_width="@dimen/app_icon_side"
|
||||
android:layout_height="@dimen/app_icon_side"
|
||||
android:gravity="center"
|
||||
android:textSize="30sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="@id/row_choose_button"
|
||||
app:layout_constraintHorizontal_bias="0.2"
|
||||
app:layout_constraintStart_toStartOf="@+id/row_choose_button"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/row_app_icon"
|
||||
android:layout_width="@dimen/app_icon_side"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue