[INTERMEDIATE STATE] Pager implementation started
Seems not to work at all. We need to have a further look into this. At least it is somehow not crashing anymore...
This commit is contained in:
@@ -7,24 +7,19 @@
|
||||
android:orientation="vertical"
|
||||
tools:context="com.de.aldo_apps.aldo.mariokartcircuitselector.GameSelection">
|
||||
|
||||
<EditText
|
||||
android:id="@+id/id_input"
|
||||
<android.support.v4.view.ViewPager
|
||||
android:id="@+id/vp_horizontal_ntb"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"/>
|
||||
|
||||
<devlight.io.library.ntb.NavigationTabBar
|
||||
app:ntb_title_mode="all"
|
||||
app:ntb_titled="true"
|
||||
app:ntb_title_size="14sp"
|
||||
android:id="@+id/ntb_vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:inputType="number" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/ok_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Get Track"
|
||||
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/result_field"
|
||||
android:text="TestContent Goes here" />
|
||||
android:layout_height="50dp"
|
||||
app:ntb_preview_colors="@array/vertical_ntb"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user