Skip to content

Commit 6c682c3

Browse files
committed
change design
1 parent 9dbe310 commit 6c682c3

File tree

8 files changed

+6
-7
lines changed

8 files changed

+6
-7
lines changed

app/src/main/res/drawable/back2.jpg

-281 KB
Binary file not shown.
183 KB
Loading

app/src/main/res/drawable/unnamed.png

-49.8 KB
Binary file not shown.

app/src/main/res/layout/activity_azkar.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
android:id="@+id/Azakarxml"
66
android:layout_width="match_parent"
77
android:layout_height="match_parent"
8-
android:background="@drawable/back1"
8+
android:background="@drawable/designhere1"
99
android:layoutDirection="ltr"
1010
tools:context="com.hazem.wazaker.activities.AzkarActivity">
1111

app/src/main/res/layout/activity_forty.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
android:layout_width="match_parent"
66
android:layout_height="match_parent"
77
tools:context="com.hazem.wazaker.activities.FortyActivity"
8-
android:background="@drawable/back1"
8+
android:background="@drawable/designhere1"
99
android:layoutDirection="ltr"
1010

1111
>

app/src/main/res/layout/activity_splash_screen.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88

99
<ImageView
1010
android:id="@+id/img"
11-
android:layout_width="276dp"
12-
android:layout_height="352dp"
11+
android:layout_width="fill_parent"
12+
android:layout_height="fill_parent"
1313
android:layout_gravity="fill"
14-
android:scaleType="centerCrop"
1514
android:src="@mipmap/ic_launcher_foreground"
1615
app:layout_constraintBottom_toBottomOf="parent"
1716
app:layout_constraintEnd_toEndOf="parent"

app/src/main/res/layout/fragment_counter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xmlns:app="http://schemas.android.com/apk/res-auto"
77
tools:context="com.hazem.wazaker.Fragments.CounterFragment"
88
android:id="@+id/reltivee"
9-
android:background="@drawable/back1"
9+
android:background="@drawable/designhere1"
1010

1111
>
1212

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<resources>
2-
<string name="app_name">Wazkar</string>
2+
<string name="app_name">وذكر</string>
33
<string name="hello_blank_fragment">Hello blank fragment</string>
44
<string name="arba3en">الاربعون النوويه</string>
55
<string name="counter">العداد</string>

0 commit comments

Comments
 (0)