Line should be invisible

This commit is contained in:
Mygod
2018-08-04 20:20:58 +08:00
parent f6f1d4ce97
commit a63fce8bb4
5 changed files with 11 additions and 15 deletions

View File

@@ -44,12 +44,13 @@
<View
android:id="@+id/line"
android:layout_width="0dp"
android:layout_height="1dp"
android:background="@android:color/white"
android:layout_height="0.1px"
android:background="@color/navigationBarColor"
android:elevation="9dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"/>
app:layout_constraintRight_toRightOf="parent"
tools:ignore="PxUsage"/>
</androidx.constraintlayout.widget.ConstraintLayout>