Prechádzať zdrojové kódy

Change color of Create Event button

Yiupang 9 rokov pred
rodič
commit
91cccf4302

+ 1 - 1
app/src/main/res/layout/myevent_screen.xml

@@ -21,7 +21,7 @@
         android:textStyle="italic"
         android:text="Create Event"
         android:gravity="center_horizontal|bottom"
-        android:background="#FF267F00"
+        android:background="#80FFFFFF"
         android:id="@+id/create_event_button"/>
 
     <TextView