我已经向我的cabinetArrowDrawable添加了自定义图标,但是它的尺寸太小。我希望增加图标的大小。
下面是我的代码段,
@Query("select e.entradaid from encounters e join jobs j on e.id = j.encounterid " +
"where " + "strftime('%Y-%m-%d',e.appointmentdate) = :appointmentDate")
List<String> getEncounterIdsByAppointmentDate(String appointmentDate);
有人可以帮我吗?