diff --git a/C5/app/src/main/java/com/sunvote/xpadapp/fragments/ResultElectionCustomFragment.java b/C5/app/src/main/java/com/sunvote/xpadapp/fragments/ResultElectionCustomFragment.java index 4457075..9940f01 100644 --- a/C5/app/src/main/java/com/sunvote/xpadapp/fragments/ResultElectionCustomFragment.java +++ b/C5/app/src/main/java/com/sunvote/xpadapp/fragments/ResultElectionCustomFragment.java @@ -328,6 +328,9 @@ public class ResultElectionCustomFragment extends BaseFragment { holder.tvAgree.setVisibility(View.INVISIBLE); holder.tvAgree.setText(""); } + if (position % 2 == 0) { + convertView.setBackgroundColor(getResources().getColor(R.color.blue2)); + } return convertView; } diff --git a/C5/app/src/main/res/layout/fragment_custom_election.xml b/C5/app/src/main/res/layout/fragment_custom_election.xml index fc6aec6..f9d6247 100644 --- a/C5/app/src/main/res/layout/fragment_custom_election.xml +++ b/C5/app/src/main/res/layout/fragment_custom_election.xml @@ -278,7 +278,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/white" - android:alpha="0.4" + android:alpha="0.5" android:orientation="horizontal"/>