Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
21
apk_decompiled/resources/res/layout/service.xml
Normal file
21
apk_decompiled/resources/res/layout/service.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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:orientation="vertical"
|
||||
android:id="@+id/layout"
|
||||
android:paddingTop="@dimen/big_vertical_padding"
|
||||
android:visibility="gone"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="@dimen/medium_padding"
|
||||
style="@style/Stations.SectionName"/>
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:orientation="horizontal"
|
||||
android:id="@+id/rv"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"/>
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user