Fix tingu tingu bugs

This commit is contained in:
Rahul Kumar Patel
2021-03-01 16:31:42 +05:30
parent 4a4bcd4a0c
commit e5536c5349
3 changed files with 11 additions and 30 deletions

View File

@@ -33,7 +33,7 @@
android:layout_height="wrap_content"
app:headerTitle="@string/details_dev_details" />
<com.aurora.store.view.custom.layouts.ViewDevInfo
<com.aurora.store.view.custom.layouts.DevInfoLayout
android:id="@+id/dev_web"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -42,7 +42,7 @@
app:txtTitle="@string/details_dev_website"
tools:visibility="visible" />
<com.aurora.store.view.custom.layouts.ViewDevInfo
<com.aurora.store.view.custom.layouts.DevInfoLayout
android:id="@+id/dev_mail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -51,7 +51,7 @@
app:txtTitle="@string/details_dev_email"
tools:visibility="visible" />
<com.aurora.store.view.custom.layouts.ViewDevInfo
<com.aurora.store.view.custom.layouts.DevInfoLayout
android:id="@+id/dev_address"
android:layout_width="match_parent"
android:layout_height="wrap_content"