|
|
|
@ -21,7 +21,8 @@
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:paddingStart="16dp"
|
|
|
|
|
android:paddingEnd="16dp">
|
|
|
|
|
android:paddingEnd="16dp"
|
|
|
|
|
android:elevation="8dp">
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/hexapod_logo"
|
|
|
|
@ -59,11 +60,6 @@
|
|
|
|
|
|
|
|
|
|
</com.google.android.material.tabs.TabLayout>
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
android:id="@+id/divider"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="1dp"
|
|
|
|
|
android:background="?android:attr/listDivider" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
@ -155,6 +151,8 @@
|
|
|
|
|
android:paddingTop="16dp"
|
|
|
|
|
android:paddingBottom="16dp"
|
|
|
|
|
android:text="Connect"
|
|
|
|
|
android:stateListAnimator="@null"
|
|
|
|
|
android:elevation="8dp"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/textView_github"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|