-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
other: remove unused onboarding page
- Loading branch information
1 parent
489900d
commit b48cec0
Showing
4 changed files
with
27 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,158 +1,44 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:app="http://schemas.android.com/apk/res-auto" | ||
android:id="@+id/start_root" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="vertical" | ||
android:padding="16dp"> | ||
|
||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:orientation="horizontal"> | ||
android:layout_height="0dp" | ||
android:gravity="center" | ||
android:orientation="vertical" | ||
android:layout_weight="1"> | ||
<ImageView | ||
android:layout_width="wrap_content" | ||
android:layout_height="match_parent" | ||
android:layout_gravity="center_vertical" | ||
android:layout_marginEnd="8dp" | ||
android:layout_width="72dp" | ||
android:layout_height="72dp" | ||
android:layout_gravity="center_horizontal" | ||
|
||
android:alpha="0.8" | ||
app:srcCompat="@drawable/ic_twotone_safety_check_24dp" | ||
app:srcCompat="@drawable/ic_twotone_check_circle_24dp" | ||
app:tint="?attr/colorOnSurface" /> | ||
|
||
<TextView | ||
android:layout_width="wrap_content" | ||
android:layout_height="match_parent" | ||
android:layout_gravity="center_vertical" | ||
android:text="Compatibility checks" | ||
android:textAppearance="?attr/textAppearanceHeadline5" /> | ||
</LinearLayout> | ||
|
||
<ScrollView | ||
android:layout_marginTop="16dp" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent"> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:orientation="vertical"> | ||
<TextView | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginBottom="16dp" | ||
android:text="This app parses system dumps that are hard to parse reliably. Their structure may differ between Android versions which could prevent this app from working as expected." | ||
android:textAppearance="?attr/textAppearanceBody2" /> | ||
|
||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:orientation="horizontal" | ||
android:layout_marginBottom="16dp"> | ||
<ImageView | ||
android:layout_width="wrap_content" | ||
android:layout_height="match_parent" | ||
android:layout_gravity="center_vertical" | ||
android:layout_marginEnd="12dp" | ||
android:alpha="0.8" | ||
app:srcCompat="@drawable/ic_twotone_check_circle_24dp" | ||
app:tint="@android:color/holo_green_dark" /> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:orientation="vertical"> | ||
<TextView | ||
android:layout_width="wrap_content" | ||
android:layout_height="match_parent" | ||
android:layout_gravity="center_vertical" | ||
android:layout_marginBottom="2dp" | ||
android:text="AudioService compatible" | ||
android:textAppearance="?attr/textAppearanceBody1" /> | ||
<TextView | ||
android:layout_width="wrap_content" | ||
android:layout_height="match_parent" | ||
android:layout_gravity="center_vertical" | ||
android:text="Appears to work correctly. Preferred and default method" | ||
android:textAppearance="?attr/textAppearanceLabelMedium" /> | ||
</LinearLayout> | ||
</LinearLayout> | ||
|
||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:orientation="horizontal" | ||
android:layout_marginBottom="16dp"> | ||
<ImageView | ||
android:layout_width="wrap_content" | ||
android:layout_height="match_parent" | ||
android:layout_gravity="center_vertical" | ||
android:layout_marginEnd="12dp" | ||
android:alpha="0.8" | ||
app:srcCompat="@drawable/ic_twotone_cancel_24dp" | ||
app:tint="@android:color/holo_red_dark" /> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:orientation="vertical"> | ||
<TextView | ||
android:layout_width="wrap_content" | ||
android:layout_height="match_parent" | ||
android:layout_gravity="center_vertical" | ||
android:layout_marginBottom="2dp" | ||
android:text="AudioPolicyService not compatible" | ||
android:textAppearance="?attr/textAppearanceBody1"/> | ||
<TextView | ||
android:layout_width="wrap_content" | ||
android:layout_height="match_parent" | ||
android:layout_gravity="center_vertical" | ||
android:text="Not implemented" | ||
android:textAppearance="?attr/textAppearanceLabelMedium" /> | ||
</LinearLayout> | ||
</LinearLayout> | ||
|
||
|
||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:orientation="horizontal" | ||
android:layout_marginBottom="16dp"> | ||
<ImageView | ||
android:layout_width="wrap_content" | ||
android:layout_height="match_parent" | ||
android:layout_gravity="center_vertical" | ||
android:layout_marginEnd="12dp" | ||
android:alpha="0.8" | ||
app:srcCompat="@drawable/ic_twotone_cancel_24dp" | ||
app:tint="@android:color/holo_red_dark" /> | ||
<LinearLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:orientation="vertical"> | ||
<TextView | ||
android:layout_width="wrap_content" | ||
android:layout_height="match_parent" | ||
android:layout_gravity="center_vertical" | ||
android:layout_marginBottom="2dp" | ||
android:text="AudioFlingerService not compatible" | ||
android:textAppearance="?attr/textAppearanceBody1"/> | ||
<TextView | ||
android:layout_width="wrap_content" | ||
android:layout_height="match_parent" | ||
android:layout_gravity="center_vertical" | ||
android:text="Not implemented" | ||
android:textAppearance="?attr/textAppearanceLabelMedium" /> | ||
</LinearLayout> | ||
</LinearLayout> | ||
android:layout_gravity="center" | ||
android:layout_marginTop="8dp" | ||
android:gravity="center" | ||
android:text="@string/onboarding_finish_header" | ||
android:textAppearance="?attr/textAppearanceHeadlineLarge" /> | ||
|
||
|
||
<TextView | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginBottom="6dp" | ||
android:text="Your device may not be fully compatible." | ||
android:textAppearance="?attr/textAppearanceTitleMedium" /> | ||
|
||
|
||
</LinearLayout> | ||
|
||
</ScrollView> | ||
<TextView | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_gravity="center" | ||
android:layout_marginTop="8dp" | ||
android:gravity="center" | ||
android:text="@string/onboarding_finish_caption" | ||
android:textAppearance="?attr/textAppearanceBody2" /> | ||
</LinearLayout> | ||
|
||
</LinearLayout> |
This file was deleted.
Oops, something went wrong.