Details : Remove unused includes

- Fix FC on orientation change due to incorrect bindings
This commit is contained in:
Mr. Dragon
2019-03-31 19:36:34 +05:30
parent 36aa45bb3d
commit 8a0a65fe04
2 changed files with 0 additions and 43 deletions

View File

@@ -48,9 +48,6 @@
</LinearLayout>
<!-- App Details -->
<include layout="@layout/include_details_subinfo" />
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/app_desc_short"
android:layout_width="match_parent"

View File

@@ -1,40 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Aurora Store
~ Copyright (C) 2019, Rahul Kumar Patel <whyorean@gmail.com>
~
~ Aurora Store is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 2 of the License, or
~ (at your option) any later version.
~
~ Aurora Store is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
~
~
-->
<com.google.android.material.chip.ChipGroup xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/app_detail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="8dp"
android:visibility="gone"
app:itemSpacing="5dp"
app:lineSpacing="2dp">
<com.google.android.material.chip.Chip
android:id="@+id/rating"
style="@style/Widget.MaterialComponents.Chip.Info"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:chipIcon="@drawable/ic_star" />
</com.google.android.material.chip.ChipGroup>