mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-05 08:03:47 -04:00
Fix crash
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user