Adjust and Make older APIs recognize the tooltip onClick too

Settings Tooltip is now centered, Just as the heading in 
`SettingsActivity`
This commit is contained in:
Finn M Glas 2020-05-21 19:05:55 +02:00
parent e3816ab399
commit 552bc1002e
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
4 changed files with 39 additions and 22 deletions

View file

@ -43,15 +43,14 @@
android:layout_height="wrap_content"
android:onClick="settingsIconOnTouch"
android:text="@string/fas_settings"
android:textColor="#ccc"
android:textColor="#999"
android:textSize="36sp"
android:visibility="invisible"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.95"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.95"
custom:type="solid"/>
custom:type="solid" />
</androidx.constraintlayout.widget.ConstraintLayout>