Skip to content

Commit

Permalink
Autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
sudonatalie committed Jul 19, 2020
1 parent 78974a8 commit 41e4f91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
import androidx.appcompat.app.AppCompatActivity;

import com.natalieperna.cupful.R;
import com.natalieperna.cupful.views.IngredientSpinner;
import com.natalieperna.cupful.data.IngredientReader;
import com.natalieperna.cupful.data.Units;
import com.natalieperna.cupful.models.DisplayUnit;
import com.natalieperna.cupful.models.Ingredient;
import com.natalieperna.cupful.views.IngredientSpinner;

import org.jscience.physics.amount.Amount;

Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/ingredient_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="@dimen/minTouch">

<TextView
android:id="@+id/ingredient_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="@dimen/margin"
android:layout_gravity="center_vertical"/>
android:layout_gravity="center_vertical" />
</FrameLayout>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/searchable_spinner_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/margin"
android:layout_marginEnd="@dimen/margin"/>
android:layout_marginEnd="@dimen/margin" />
</LinearLayout>

0 comments on commit 41e4f91

Please sign in to comment.