Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
peyman-mohtashami committed Jun 18, 2021
1 parent 9cbb317 commit be94d6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
android:layout_marginBottom="5dp"
android:layout_marginStart="35dp"
app:layout_constraintTop_toBottomOf="@id/enableDataSwitch"
app:layout_constraintStart_toStartOf="@id/enableDataSwitch"/>
app:layout_constraintStart_toStartOf="@id/enableDataSwitch" />

<Button
android:id="@+id/resetSettingsButton"
Expand All @@ -66,7 +66,6 @@
app:layout_constraintTop_toBottomOf="@id/enableDataHighPrioritySwitch"
app:layout_constraintBottom_toBottomOf="@id/constraintLayout"
app:layout_constraintStart_toStartOf="@id/constraintLayout"/>

</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.core.widget.NestedScrollView>

Expand Down
1 change: 0 additions & 1 deletion app/src/playStore/res/layout/compact_overview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
android:contentDescription="@string/info"
android:onClick="showInfo"
android:src="@drawable/ic_info_black" />

</androidx.appcompat.widget.Toolbar>
</com.google.android.material.appbar.AppBarLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>

0 comments on commit be94d6c

Please sign in to comment.