Fix some minor issues
This commit is contained in:
parent
cdf5e509ac
commit
60145f7e6d
14 changed files with 54 additions and 68 deletions
|
@ -3,15 +3,14 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:cardCornerRadius="@dimen/about_card_radius"
|
||||
app:cardUseCompatPadding="true">
|
||||
android:layout_margin="4dp"
|
||||
app:cardCornerRadius="@dimen/about_card_radius">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
||||
<code.name.monkey.appthemehelper.common.views.ATEAccentTextView
|
||||
android:id="@+id/sb2"
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -107,6 +106,7 @@
|
|||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/bugReportLink"
|
||||
app:listItemIcon="@drawable/ic_share_white_24dp"
|
||||
app:listItemSummary="@string/share_summary"
|
||||
app:listItemTitle="@string/action_share" />
|
||||
|
||||
<code.name.monkey.retromusic.views.ListItemView
|
||||
|
@ -119,6 +119,7 @@
|
|||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/appShare"
|
||||
app:listItemIcon="@drawable/ic_help_white_24dp"
|
||||
app:listItemSummary="@string/help_summary"
|
||||
app:listItemTitle="@string/faq" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue