|
|
@@ -67,26 +67,17 @@
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:id="@+id/view2"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_marginBottom="20dp"
|
|
|
- android:background="@drawable/gradient_color"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/function_grid"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/constraintLayout2" />
|
|
|
-
|
|
|
- <GridView
|
|
|
+ <com.usai.ratradefiling.home.FunctionGrid
|
|
|
android:id="@+id/function_grid"
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="8dp"
|
|
|
android:layout_marginTop="8dp"
|
|
|
android:layout_marginEnd="8dp"
|
|
|
+ android:layout_marginBottom="8dp"
|
|
|
android:background="@drawable/home_header_round_corner"
|
|
|
android:clipChildren="false"
|
|
|
+
|
|
|
android:numColumns="4"
|
|
|
|
|
|
android:scrollbars="none"
|