Skip to content

Commit

Permalink
Fixes a lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantcheese committed Jun 27, 2020
1 parent 78713b6 commit 363366b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Kuroba/app/src/main/res/layout/controller_loading_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:layout_height="match_parent">

<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="8dp"
Expand Down Expand Up @@ -65,7 +66,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/textView" />
app:layout_constraintTop_toBottomOf="@+id/title" />

</androidx.constraintlayout.widget.ConstraintLayout>

Expand Down

0 comments on commit 363366b

Please sign in to comment.