mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 13:03:54 +00:00
[android] Fix PlacePageView components OM mismatches
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
0eee3c4bf4
commit
e98ecce375
@@ -148,7 +148,7 @@ public class PlacePageView extends Fragment
|
||||
private View mAddPlace;
|
||||
private View mEditTopSpace;
|
||||
private ImageView mColorIcon;
|
||||
private TextView mTvCategory;
|
||||
private MaterialTextView mTvCategory;
|
||||
private ImageView mEditBookmark;
|
||||
|
||||
// Data
|
||||
@@ -373,7 +373,7 @@ public class PlacePageView extends Fragment
|
||||
if (mMapObject.isTrack() || mMapObject.isBookmark())
|
||||
{
|
||||
UiUtils.hide(mTvSubtitle);
|
||||
UiUtils.hide(mTvAzimuth, mAvDirection, mTvDistance);
|
||||
UiUtils.hide(mAvDirection, mTvDistance);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -204,7 +204,7 @@
|
||||
android:focusable="true"
|
||||
android:paddingHorizontal="8dp"
|
||||
android:paddingVertical="5dp" />
|
||||
<TextView
|
||||
<com.google.android.material.textview.MaterialTextView
|
||||
android:id="@+id/tv__category"
|
||||
style="@style/PlacePageMetadataText.Button"
|
||||
android:layout_alignParentTop="true"
|
||||
|
||||
Reference in New Issue
Block a user