Fix crash

This commit is contained in:
Sylvia van Os
2020-12-02 21:27:58 +01:00
parent b54e14def2
commit dc7f199e0c
2 changed files with 2 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ public class LoyaltyCardViewActivity extends AppCompatActivity
private static final String TAG = "Catima";
TextView cardIdFieldView;
TextView bottomSheet;
View bottomSheet;
TextView noteView;
TextView storeName;
ImageView barcodeImage;

View File

@@ -93,9 +93,7 @@
android:background="@color/colorPrimary"
android:gravity="center"
android:text="@string/pullUpForMoreInfo"
android:textColor="@android:color/white"
app:drawableStartCompat="@drawable/ic_baseline_arrow_drop_up_24"
app:drawableEndCompat="@drawable/ic_baseline_arrow_drop_up_24" />
android:textColor="@android:color/white" />
<TextView
android:id="@+id/noteView"