mirror of
https://github.com/hmalik144/EasyCC-Legacy-.git
synced 2025-12-10 03:05:23 +00:00
Add files via upload
This commit is contained in:
@@ -25,11 +25,11 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="7"
|
||||
android:ems="10"
|
||||
android:hint="Insert pounds"
|
||||
android:hint=""
|
||||
android:selectAllOnFocus="true"
|
||||
android:inputType="numberDecimal" />
|
||||
|
||||
</LinearLayout>;
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="368dp"
|
||||
@@ -53,4 +53,18 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/progressBar"
|
||||
style="?android:attr/progressBarStyle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentStart="true" />
|
||||
</RelativeLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user