Skip to content

Commit

Permalink
server working
Browse files Browse the repository at this point in the history
  • Loading branch information
SySagar committed Oct 31, 2022
1 parent ae5e3d5 commit c213454
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified Whooby/app/src/main/res/drawable-xxhdpi/sagar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions Whooby/app/src/main/res/layout/expand_cards.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@

<TextView
android:id="@+id/heading"
android:layout_width="120dp"
android:layout_height="130dp"
android:layout_width="140dp"
android:layout_height="140dp"
android:text="Enigma Blog 101"
android:textColor="#006600"
android:textSize="25sp"
Expand Down Expand Up @@ -111,8 +111,8 @@
android:elevation="30dp"
app:cardBackgroundColor="#ECDDDD">
<TextView android:id="@+id/dtex"
android:layout_width="256dp"
android:layout_height="104dp"
android:layout_width="260dp"
android:layout_height="105dp"
android:layout_gravity="center"
android:textSize="20sp"
android:textColor="@color/common_google_signin_btn_text_dark_focused"
Expand Down

0 comments on commit c213454

Please sign in to comment.