AppDetailsFragment: Move targetSdk info to more details fragment
Since past few years Google has a target SDK requirement making this info not so useful as apps will sooner or later always target latest SDK. Ref: https://developer.android.com/google/play/requirements/target-sdk Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -86,18 +86,6 @@
|
||||
app:drawableTint="?colorAccent"
|
||||
tools:text="25 MB" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:id="@+id/txt_sdk"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/margin_small"
|
||||
android:layout_marginEnd="@dimen/margin_small"
|
||||
android:drawablePadding="@dimen/padding_small"
|
||||
android:gravity="center_vertical"
|
||||
android:textAppearance="@style/TextAppearance.Aurora.Line1"
|
||||
app:drawableTint="?colorAccent"
|
||||
tools:text="Android 7+" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:id="@+id/txt_updated"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user